mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
Build updates.
This commit is contained in:
parent
7407e4a878
commit
18ea0cd23f
2 changed files with 4 additions and 5 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="$(RepoRoot)LICENSE.txt" Pack="True" PackagePath="$(PackageLicenseFile)" />
|
<None Include="$(RepoRoot)LICENSE.txt" Pack="True" PackagePath="$(PackageLicenseFile)" Visible="False" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@
|
||||||
<TargetFramework>net471</TargetFramework>
|
<TargetFramework>net471</TargetFramework>
|
||||||
<RuntimeIdentifier>win</RuntimeIdentifier>
|
<RuntimeIdentifier>win</RuntimeIdentifier>
|
||||||
<PackageId>Cosmos.Build</PackageId>
|
<PackageId>Cosmos.Build</PackageId>
|
||||||
<PackageDescription>Cosmos build system.
|
<PackageDescription>Cosmos build system.</PackageDescription>
|
||||||
$(CosmosDescription)</PackageDescription>
|
|
||||||
<IsTool>True</IsTool>
|
<IsTool>True</IsTool>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
@ -17,8 +16,8 @@ $(CosmosDescription)</PackageDescription>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="IL2CPU.Debug.Symbols" />
|
<PackageReference Include="IL2CPU.Debug.Symbols" />
|
||||||
<PackageReference Include="Microsoft.Build.Framework" Version="15.8.166" PrivateAssets="All" />
|
<PackageReference Include="Microsoft.Build.Framework" Version="15.8.166" PrivateAssets="All" ExcludeAssets="Runtime" />
|
||||||
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.8.166" PrivateAssets="All" />
|
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.8.166" PrivateAssets="All" ExcludeAssets="Runtime" />
|
||||||
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="1.1.7" PrivateAssets="All" />
|
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="1.1.7" PrivateAssets="All" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue