Allow for publishing to nugettest.org

This commit is contained in:
Tony Bark 2022-10-10 04:56:38 -04:00
parent 420cdb83fe
commit 7211ff6857
4 changed files with 32 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>2.0.100-beta2</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>