Skip to content

Commit

Permalink
TFM changed (net6)
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Jul 28, 2022
1 parent d411aee commit 0f3a9b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net6</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

Expand All @@ -25,4 +25,4 @@
<ProjectReference Include="..\Xamarin.Build.Download\Xamarin.Build.Download.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 0f3a9b8

Please sign in to comment.