Skip to content

Commit

Permalink
Housekeeping Update SDK to net 7 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Nov 6, 2023
1 parent 942519d commit 591874d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/reactiveui/styleguide/master/logo_fusillade/main.png?raw=true</PackageIconUrl>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest</AnalysisLevel>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true'">
Expand Down
1 change: 0 additions & 1 deletion src/Fusillade.Tests/Fusillade.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net472</TargetFrameworks>
<NoWarn>$(NoWarn);1591;CA1707;SA1633</NoWarn>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<NoWarn>$(NoWarn);CA2000;CA1031;CA1307;CA1305</NoWarn>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion src/Fusillade/Fusillade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0</TargetFrameworks>
<PackageId>fusillade</PackageId>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8625;CS8604;CS8600;CS8614;CS8603;CS8618;CS8619</WarningsAsErrors>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"sdk": {
"version": "7.0.400",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "3.0.44"
}
Expand Down

0 comments on commit 591874d

Please sign in to comment.