Skip to content

Commit

Permalink
Refactor to make template use the SDK on host
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeCPH committed Sep 24, 2024
1 parent d74c1cc commit 0de0dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chirp.Razor.Initial/Chirp.Razor.Initial.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>$(SdkTargetFramework)</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
Expand Down

0 comments on commit 0de0dd6

Please sign in to comment.