Remove .NET Core 3.1 from test project for now

This commit is contained in:
Matt Nadareski
2022-04-17 22:53:07 -07:00
parent 822134070b
commit 2b51085bc2
2 changed files with 2 additions and 1 deletions

View File

@@ -72,6 +72,7 @@
- Use built-in NETFRAMEWORK directive
- Update to BurnOutSharp 2.1.0
- .NET 6.0 and Cleanup
- Remove .NET Core 3.1 from test project for now
### 2.3 (2022-02-05)
- Start overhauling Redump information pulling, again

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;netcoreapp3.1;net6.0-windows</TargetFrameworks>
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<IsPackable>false</IsPackable>
</PropertyGroup>