Skip to content

Commit

Permalink
Bump Build.csproj TFM to net6.0
Browse files Browse the repository at this point in the history
netcoreapp3.1 is not supported on macOS Arm64
  • Loading branch information
AndreyAkinshin committed Oct 29, 2022
1 parent 18c6ffd commit 4eb6d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 4eb6d38

Please sign in to comment.