Watch
2
0
Fork
You've already forked raylib-cs
0

Update csproj to net6

This commit is contained in:
Ben Parsons 2021-12-04 22:55:14 +11:00
commit 77288efc11
2 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon>../Logo/raylib-cs.ico</ApplicationIcon>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>