Skip to content

Commit

Permalink
LangVersion preview
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 13, 2024
1 parent 8bb7697 commit be6edfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.142</version>
<version>1.0.143</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) == ''">12.0</LangVersion>
<LangVersion Condition="$(LangVersion) == ''">preview</LangVersion>
<AssemblyOriginatorKeyFile>$(SolutionDir)key.snk</AssemblyOriginatorKeyFile>
<SignAssembly Condition="$(SignAssembly) != false">true</SignAssembly>
<DebugType Condition="$(DebugType) == ''">embedded</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion ProjectDefaults/editorconfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ resharper_field_can_be_made_read_only_local_highlighting = none
resharper_merge_into_logical_pattern_highlighting = warning
resharper_merge_into_pattern_highlighting = error
resharper_method_has_async_overload_highlighting = warning
resharper_partial_type_with_single_part_highlighting = error
resharper_partial_type_with_single_part_highlighting = warning
resharper_redundant_base_qualifier_highlighting = warning
resharper_redundant_cast_highlighting = error
resharper_redundant_empty_object_creation_argument_list_highlighting = error
Expand Down

0 comments on commit be6edfa

Please sign in to comment.