Skip to content

Commit f33c75a

Browse files
committed
Add nuget specs
1 parent 9199112 commit f33c75a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

SteamQueryNet/SteamQueryNet/SteamQueryNet.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Authors>Cem YILMAZ</Authors>
6+
<Company>Cem YILMAZ</Company>
57
</PropertyGroup>
68

79
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
810
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
911
</PropertyGroup>
1012

13+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15+
</PropertyGroup>
16+
1117
</Project>

0 commit comments

Comments
 (0)