1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 22:55:42 +00:00

[ci skip] test: remove netstandard2.1 from test csproj

This commit is contained in:
Oliver Booth 2023-03-29 17:55:00 +01:00
parent 4dd31ec1b6
commit f5b53cd3f6
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>