添加了编译好的软件

This commit is contained in:
fengjiayi
2024-10-12 09:03:06 +08:00
parent 9bc5e8a698
commit 8180ffaf3c
11 changed files with 86 additions and 10 deletions

View File

@@ -6,6 +6,14 @@
<Nullable>enable</Nullable>
<BaseOutputPath>D:\Project\C#\DynamicControl\SereinFlow\.Output</BaseOutputPath>
<OutputType>Library</OutputType>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>SereinFow</Title>
<Description>Net8运行时需要添加的依赖</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/fhhyyp/serein-flow</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
<ItemGroup>
@@ -41,6 +49,17 @@
<Compile Remove="ServiceContainer.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>