Skip to content

Commit

Permalink
Merge pull request #136 from BeatTogether/1.37.0
Browse files Browse the repository at this point in the history
looks good
  • Loading branch information
cubicgraphics authored Aug 24, 2024
2 parents 5b3be0f + c8f0549 commit 795bb8d
Show file tree
Hide file tree
Showing 310 changed files with 8,496 additions and 4,275 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
branches:
- master
- dev
- dev-1.35
- dev-1.35.0
- dev-1.35.0-Restructured


jobs:
nuget-1:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<None Update="enet.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="libenet.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Serilog" Version="2.12.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit 795bb8d

Please sign in to comment.