This commit is contained in:
parent
e3c1590f81
commit
104186814e
2 changed files with 22 additions and 1 deletions
|
@ -6,4 +6,25 @@
|
|||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<PackageId>Nyanbyte.System.Nya</PackageId>
|
||||
<Title>Sysnya</Title>
|
||||
<Version>0.0.1</Version>
|
||||
<Authors>femsci</Authors>
|
||||
<Company>Nyanbyte P.S.A.</Company>
|
||||
<Product>System.Nya</Product>
|
||||
<Description>IRR data library</Description>
|
||||
<PackageTags>library</PackageTags>
|
||||
<PackageProjectUrl>https://git.femboy.science/Nyanbyte/Sysnya</PackageProjectUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>https://git.femboy.science/Nyanbyte/Sysnya</RepositoryUrl>
|
||||
<Copyright>Copyright © Nyanbyte P.S.A. 2024</Copyright>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="../../README.md" Pack="true" PackagePath="" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
|
||||
<PackageReference Include="xunit" Version="2.4.2" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
|
|
Loading…
Reference in a new issue