File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 55 <LangVersion >7.3</LangVersion >
66 <AssemblyName >Box2DSharp</AssemblyName >
77 <RootNamespace >Box2DSharp</RootNamespace >
8- <Version >0.5 </Version >
8+ <Version >0.6 </Version >
99 <Authors >Zonciu Liang</Authors >
1010 <Company >Zonciu Studio</Company >
1111 <PackageProjectUrl >https://github.com/Zonciu/Box2DSharp</PackageProjectUrl >
1212 <RepositoryUrl >https://github.com/Zonciu/Box2DSharp</RepositoryUrl >
1313 <Copyright >Copyright © Zonciu Liang 2020</Copyright >
1414 <Description >A C# port of Box2D</Description >
1515 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
16- <PackageVersion >0.5</PackageVersion >
1716 <Title >Box2DSharp</Title >
1817 <PackageTags >2D;C#;Box2D;Physic</PackageTags >
19- <PackageLicenseFile >LICENSE</PackageLicenseFile >
18+ <PackageLicenseFile >LICENSE.txt </PackageLicenseFile >
2019 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
2120 <DocumentationFile >$(OutDir)\Box2DSharp.xml</DocumentationFile >
2221 </PropertyGroup >
2322
2423 <ItemGroup >
25- <None Include =" ..\LICENSE" >
24+ <None Include =" ..\LICENSE-Box2D.txt " >
2625 <Pack >True</Pack >
26+ <PackagePath ></PackagePath >
2727 </None >
28- <None Include =" ..\Box2D.LICENSE" >
29- <Pack >True</Pack >
28+ <None Include =" ..\LICENSE.txt" >
29+ <Pack >True</Pack >
30+ <PackagePath ></PackagePath >
3031 </None >
3132 </ItemGroup >
3233
Original file line number Diff line number Diff line change 55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66 <LangVersion >7.3</LangVersion >
77 <RootNamespace >NETCoreTest</RootNamespace >
8- <TargetFrameworks >netcoreapp3.1;netcoreapp5.0 </TargetFrameworks >
8+ <TargetFrameworks >net5.0;netcoreapp3.1 </TargetFrameworks >
99 </PropertyGroup >
1010
1111 <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >netcoreapp3.1; net5.0</TargetFrameworks >
5+ <TargetFrameworks >net5.0;netcoreapp3.1 </TargetFrameworks >
66 <LangVersion >7.3</LangVersion >
77 </PropertyGroup >
88
You can’t perform that action at this time.
0 commit comments