remove windows specific target
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">net9.0;net9.0-windows10.0.22621.0</TargetFrameworks>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageId>MaybeError</PackageId>
|
||||
<Version>1.0.1</Version>
|
||||
<Version>1.0.2</Version>
|
||||
<Authors>Amatsugu</Authors>
|
||||
<PackageDescription>Errors as values</PackageDescription>
|
||||
<RepositoryUrl>https://github.com/Amatsugu/MaybeError</RepositoryUrl>
|
||||
|
||||
Reference in New Issue
Block a user