We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9199112 commit f33c75aCopy full SHA for f33c75a
1 file changed
SteamQueryNet/SteamQueryNet/SteamQueryNet.csproj
@@ -2,10 +2,16 @@
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
5
+ <Authors>Cem YILMAZ</Authors>
6
+ <Company>Cem YILMAZ</Company>
7
</PropertyGroup>
8
9
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
10
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
11
12
13
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
14
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
15
+ </PropertyGroup>
16
+
17
</Project>
0 commit comments