Skip to content

Commit

Permalink
fix TFMs for latest stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed May 8, 2024
1 parent 48691bf commit ed6f21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>msbuild_versioning_example</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
3 changes: 1 addition & 2 deletions src/multi-arch-sample/multi-arch-sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>multi_arch_sample</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
</PropertyGroup>

</Project>

0 comments on commit ed6f21a

Please sign in to comment.