Update Package structure

This commit is contained in:
2026-03-08 15:57:05 +09:00
parent 50fe1c8890
commit 2e08a8ad95
11 changed files with 5 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AssemblyVersion>1.5.0</AssemblyVersion>
<AssemblyVersion>1.5.1</AssemblyVersion>
<Version>$(AssemblyVersion)</Version>
<Authors>Misaki</Authors>
<PackageProjectUrl>https://git.personalnas.com/Misaki/Misaki.HighPerformance.git</PackageProjectUrl>
@@ -29,12 +29,10 @@
</ItemGroup>
<ItemGroup>
<Content Include="contentFiles\cs\any\**\*.cs">
<Content Include="**\*.cs" Exclude="obj\**;bin\**">
<Pack>true</Pack>
<PackagePath>contentFiles\cs\any\Misaki.HighPerformance.Jobs\</PackagePath>
<PackageCopyToOutput>false</PackageCopyToOutput>
<BuildAction>Compile</BuildAction>
</Content>
</ItemGroup>
</Project>
</ItemGroup></Project>