nuget prep

This commit is contained in:
2025-01-03 17:16:47 -05:00
parent 0b5e6310c1
commit 75b18885d5

View File

@@ -3,8 +3,16 @@
<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>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<PackageId>MaybeError</PackageId>
<Version>1.0.0</Version>
<Authors>Amatsugu</Authors>
<PackageDescription>Errors as values</PackageDescription>
<RepositoryUrl>https://github.com/Amatsugu/MaybeError</RepositoryUrl>
</PropertyGroup>
</Project>