Skip to content

Commit

Permalink
uploaded to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWillett committed Oct 2, 2024
1 parent 5427b71 commit ce0daac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions UncreatedWarfare/UncreatedWarfare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<PackageReference Include="Stripe.net" Version="[43.4.0,)" />
<PackageReference Include="JetBrains.Annotations" Version="[2018.2.1,)" Aliases="JetBrains" />

<PackageReference Include="UniTask" Version="2.5.0" IncludeAssets="none" />
<PackageReference Include="UniTask" Version="2.5.0" ExcludeAssets="compile" />

<PackageReference Include="Autofac" Version="7.1.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
Expand All @@ -167,9 +167,6 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0" Private="true" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.2" />

<PackageReference Update="OpenMod.UnityEngine.Redist" ExcludedAssets="all" />
<PackageReference Update="OpenMod.Unturned.Redist" ExcludedAssets="all" />
<!--<PackageReference Remove="System.ComponentModel.Annotations" />-->
</ItemGroup>

Expand Down

0 comments on commit ce0daac

Please sign in to comment.