We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cf0523 + 86729dd commit cbc6d2fCopy full SHA for cbc6d2f
gm_dotnet_managed/GmodNET/GmodNET.csproj
@@ -22,14 +22,14 @@
22
</PropertyGroup>
23
24
<ItemGroup>
25
- <PackageReference Include="GmodNET.API" Version="0.4.0-preview2">
26
- <ExcludeAssets>runtime</ExcludeAssets>
27
- </PackageReference>
28
<PackageReference Include="NSec.Cryptography" Version="19.5.0" />
29
</ItemGroup>
30
31
32
<ProjectReference Include="..\DefaultContextResolver\DefaultContextResolver.csproj" />
+ <ProjectReference Include="..\GmodNET.API\GmodNET.API.csproj">
+ <Private>false</Private>
+ </ProjectReference>
33
34
35
</Project>
0 commit comments