Skip to content

Commit

Permalink
👽 Newer version.
Browse files Browse the repository at this point in the history
  • Loading branch information
codingben committed Jun 2, 2020
1 parent 2bca32d commit babf833
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/box2dx/Box2D.NetStandard/Box2D.NetStandard.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Erin Catto</Authors>
<Copyright>Copyright © Ihar Kalasouski 2008</Copyright>
<PackageTags>Box2D, Physics</PackageTags>
<Description>Box2D is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description>
<PackageProjectUrl>https://github.com/benzuk/box2d-netstandard</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<FileVersion>1.0.2.0</FileVersion>
<Version>1.0.2</Version>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<Version>1.0.3</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit babf833

Please sign in to comment.