remove windows specific target

This commit is contained in:
2025-01-16 12:09:08 -05:00
parent 51b9d05eff
commit 9f26a1ef9f

View File

@@ -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>