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 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.0 </TargetFramework >
4
+ <TargetFramework >netstandard2.1 </TargetFramework >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
6
<Authors >Erin Catto</Authors >
7
7
<Copyright >Copyright © Ihar Kalasouski 2008</Copyright >
8
8
<PackageTags >Box2D, Physics</PackageTags >
9
9
<Description >Box2D is the C# port of C++ Box2D. This package supports .NET Standard 2.1.</Description >
10
10
<PackageProjectUrl >https://github.com/benzuk/box2d-netstandard</PackageProjectUrl >
11
11
<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 >
15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
You can’t perform that action at this time.
0 commit comments