File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.1;net6 .0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1;net9 .0</TargetFrameworks >
55 <RootNamespace >nng</RootNamespace >
66 <MSBuildTreatWarningsAsErrors >true</MSBuildTreatWarningsAsErrors >
7- <TreatWarningsAsErrors >true </TreatWarningsAsErrors >
7+ <TreatWarningsAsErrors >false </TreatWarningsAsErrors >
88 <WarningsAsErrors />
99 </PropertyGroup >
1010
11- <PropertyGroup Condition =" '$(TargetFramework)'=='net6 .0'" >
11+ <PropertyGroup Condition =" '$(TargetFramework)'=='net9 .0'" >
1212 <LangVersion >9.0</LangVersion >
1313 </PropertyGroup >
1414 <PropertyGroup Condition =" '$(TargetFramework)'!='net6.0'" >
Original file line number Diff line number Diff line change 1313 <PackageOutputPath >../bin/$(Configuration)</PackageOutputPath >
1414 </PropertyGroup >
1515
16- <ItemGroup >
17- <PackageReference Include =" system.runtime.loader" Version =" 4.3.0" />
18- </ItemGroup >
19-
2016</Project >
You can’t perform that action at this time.
0 commit comments