Skip to content

Commit

Permalink
LangVersion 12
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 4, 2024
1 parent bcb9adf commit e427811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectDefaults/ProjectDefaults.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ProjectDefaults</id>
<version>1.0.136</version>
<version>1.0.137</version>
<authors>Simon Cropp</authors>
<developmentDependency>true</developmentDependency>
<license type="expression">MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion ProjectDefaults/build/ProjectDefaults.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<SolutionDir Condition="'$(SolutionDir)'==''">$(ProjectDir)..\</SolutionDir>
<LangVersion Condition="$(LangVersion) == ''">11.0</LangVersion>
<LangVersion Condition="$(LangVersion) == ''">12.0</LangVersion>
<AssemblyOriginatorKeyFile>$(SolutionDir)key.snk</AssemblyOriginatorKeyFile>
<SignAssembly Condition="$(SignAssembly) != false">true</SignAssembly>
<DebugType Condition="$(DebugType) == ''">embedded</DebugType>
Expand Down

0 comments on commit e427811

Please sign in to comment.