File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
4- <TargetFrameworks >net9 .0;net472</TargetFrameworks >
4+ <TargetFrameworks >net8 .0;net472</TargetFrameworks >
55 <NoWarn >$(NoWarn);CA2007</NoWarn >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77 </PropertyGroup >
88
99 <PropertyGroup Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >
10- <TargetFramework >net9 .0</TargetFramework >
10+ <TargetFramework >net8 .0</TargetFramework >
1111 <NoWarn >$(NoWarn);CA2007</NoWarn >
1212 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1313 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
4- <TargetFrameworks >net9 .0;net472</TargetFrameworks >
4+ <TargetFrameworks >net8 .0;net472</TargetFrameworks >
55 <NoWarn >$(NoWarn);CA2007</NoWarn >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77 </PropertyGroup >
88
99 <PropertyGroup Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >
10- <TargetFramework >net9 .0</TargetFramework >
10+ <TargetFramework >net8 .0</TargetFramework >
1111 <NoWarn >$(NoWarn);CA2007</NoWarn >
1212 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
1313 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments