Skip to content

Commit

Permalink
feat(props): update dotnet ver
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-o-perret authored Aug 20, 2022
1 parent 335a134 commit 2260b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
Expand Down

0 comments on commit 2260b9c

Please sign in to comment.