Skip to content

Commit a07cb8b

Browse files
committed
Project file cleanup
1 parent f817cfc commit a07cb8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<TargetFramework>netstandard2.1</TargetFramework>
54
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -13,13 +12,10 @@
1312
<FileVersion>1.0.3.0</FileVersion>
1413
<Version>1.0.3</Version>
1514
</PropertyGroup>
16-
1715
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1816
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1917
</PropertyGroup>
20-
2118
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2219
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2320
</PropertyGroup>
24-
25-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)