2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 20:43:19 +00:00
This commit is contained in:
2024-11-09 04:55:47 +03:00
parent 9dd4851fbb
commit 66e848b7ea
3 changed files with 165 additions and 3 deletions

View File

@@ -18,6 +18,8 @@
<LangVersion>latest</LangVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -54,8 +56,8 @@
<ItemGroup>
<None Include="LICENSE" Pack="true" PackagePath="">
</None>
<None Include="LICENSE" Pack="true" PackagePath=""></None>
<None Include="README.md" Pack="true" PackagePath=""/>
</ItemGroup>