File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/box2dx/Box2D.NetStandard Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.0 </TargetFramework >
4+ <TargetFramework >netstandard2.1 </TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <Authors >Erin Catto</Authors >
77 <Copyright >Copyright © Ihar Kalasouski 2008</Copyright >
88 <PackageTags >Box2D, Physics</PackageTags >
99 <Description >Box2D is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description >
1010 <PackageProjectUrl >https://github.com/benzuk/box2d-netstandard</PackageProjectUrl >
1111 <PackageLicenseExpression >MIT</PackageLicenseExpression >
12- <AssemblyVersion >1.0.2 .0</AssemblyVersion >
13- <FileVersion >1.0.2 .0</FileVersion >
14- <Version >1.0.2 </Version >
12+ <AssemblyVersion >1.0.3 .0</AssemblyVersion >
13+ <FileVersion >1.0.3 .0</FileVersion >
14+ <Version >1.0.3 </Version >
1515 </PropertyGroup >
1616
1717 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments