Update Raylib-cs.Native.csproj
This commit is contained in:
parent
3f4c0d73f4
commit
12ac4db636
1 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ConfigureNative">
|
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ConfigureNative">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
||||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
||||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||||
|
<SkipCopyBuildProduct>true</SkipCopyBuildProduct>
|
||||||
|
<DebugType>none</DebugType>
|
||||||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
|
<GenerateDependencyFile>False</GenerateDependencyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="../Raylib-cs/Build.props" />
|
<Import Project="../Raylib-cs/Build.props" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue