proj update

This commit is contained in:
nsnail 2022-11-18 16:59:49 +08:00
parent 5de658dd49
commit 392762f834

View File

@ -3,8 +3,8 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks> <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable> <VersionPrefix>1.0.0</VersionPrefix>
<LangVersion>preview</LangVersion> <RepositoryUrl>https://github.com/nsnail/ns-ext.git</RepositoryUrl>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>