mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
Update Test.csproj with RuntimeIdentifier
The NuGetPackageImportStamp has been removed from the Test.csproj file and replaced with the RuntimeIdentifier 'win'. This change sets the specific runtime environment targeted by the project.
This commit is contained in:
parent
a416409045
commit
126dcce1bc
@ -13,8 +13,7 @@
|
||||
<RootNamespace>Test</RootNamespace>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile />
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<RuntimeIdentifier>win</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
|
Loading…
Reference in New Issue
Block a user