Skip to content

Commit

Permalink
Add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBSbige committed Feb 9, 2024
1 parent 0f09225 commit 1df5228
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions A2SService/A2SService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Description>Steam game server impl</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
Expand Down

0 comments on commit 1df5228

Please sign in to comment.