We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f817cfc commit a07cb8bCopy full SHA for a07cb8b
src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj
@@ -1,5 +1,4 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
-
3
<PropertyGroup>
4
<TargetFramework>netstandard2.1</TargetFramework>
5
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -13,13 +12,10 @@
13
12
<FileVersion>1.0.3.0</FileVersion>
14
<Version>1.0.3</Version>
15
</PropertyGroup>
16
17
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
18
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
19
20
21
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22
23
24
25
-</Project>
+</Project>
0 commit comments