Skip to content

Commit

Permalink
update lang version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmarkham committed Aug 1, 2024
1 parent fd740c4 commit ce8503f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jhoose.Security.Core/Jhoose.Security.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ReleaseVersion>2.3.0.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>latest</LangVersion>
<LangVersion>12</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/Jhoose.Security/Jhoose.Security.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<PackageId>Jhoose.Security.Admin</PackageId>
<RepositoryUrl>https://github.com/andrewmarkham/contentsecuritypolicy</RepositoryUrl>
<ProjectUrl>https://github.com/andrewmarkham/contentsecuritypolicy</ProjectUrl>
Expand Down

0 comments on commit ce8503f

Please sign in to comment.