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

Changed Raylib-cs.csproj to only target netstandard2.0.

- Changed Raylib-cs.proj to use just one target framework.
- Removed targets net47 and netcoreapp3.1 from Raylib-cs.csproj.
- Removed netcoreapp3.1 from dotnetcore.yml workflow.
This commit is contained in:
Rgebee 2020-04-07 20:22:25 +01:00
commit 81f7a984f6
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net47;netstandard2.0;netcoreapp3.1</TargetFrameworks>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>x64</Platforms>
</PropertyGroup>
@ -12,8 +12,6 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<Import Project="../netfx.props" />
<ItemGroup>
<Compile Include="Easings.cs" />
<Compile Include="Physac.cs" />