Skip to content

Commit

Permalink
config: increase C# and F# versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasar007 committed Dec 31, 2024
1 parent 707ee67 commit 808733a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Acolyte.NET/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PackageConfigurations>Debug;Release</PackageConfigurations>
<PackageTargetFrameworks>netstandard2.0;netstandard2.1</PackageTargetFrameworks>
<TestTargetFrameworks>net472;net8.0</TestTargetFrameworks>
<CSharpLangVersion>10.0</CSharpLangVersion>
<FSharpLangVersion>5.0</FSharpLangVersion>
<CSharpLangVersion>12.0</CSharpLangVersion>
<FSharpLangVersion>8.0</FSharpLangVersion>
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down

0 comments on commit 808733a

Please sign in to comment.