mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +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>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="$(RepoRoot)LICENSE.txt" Pack="True" PackagePath="$(PackageLicenseFile)" />
|
||||
<None Include="$(RepoRoot)LICENSE.txt" Pack="True" PackagePath="$(PackageLicenseFile)" Visible="False" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
<TargetFramework>net471</TargetFramework>
|
||||
<RuntimeIdentifier>win</RuntimeIdentifier>
|
||||
<PackageId>Cosmos.Build</PackageId>
|
||||
<PackageDescription>Cosmos build system.
|
||||
$(CosmosDescription)</PackageDescription>
|
||||
<PackageDescription>Cosmos build system.</PackageDescription>
|
||||
<IsTool>True</IsTool>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
@ -17,8 +16,8 @@ $(CosmosDescription)</PackageDescription>
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="IL2CPU.Debug.Symbols" />
|
||||
<PackageReference Include="Microsoft.Build.Framework" Version="15.8.166" PrivateAssets="All" />
|
||||
<PackageReference Include="Microsoft.Build.Utilities.Core" 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" ExcludeAssets="Runtime" />
|
||||
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="1.1.7" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue