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:
Ivandro Jao 2024-07-10 18:16:50 +01:00
parent a416409045
commit 126dcce1bc

View File

@ -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>