Skip to content

Commit

Permalink
[test] #92 update target frameworks for razor pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JanoPL committed May 20, 2024
1 parent 6b08c57 commit ed51431
Show file tree
Hide file tree
Showing 5 changed files with 1,649 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down
Loading

0 comments on commit ed51431

Please sign in to comment.