File tree Expand file tree Collapse file tree 10 files changed +22
-21
lines changed
Sample.GeometryStream.Shape Expand file tree Collapse file tree 10 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 33
44 <!-- - Package information, Version -->
55 <PropertyGroup >
6- <PackageVersion >7.0.0-pre019 </PackageVersion >
6+ <PackageVersion >7.0.0-pre020 </PackageVersion >
77 <LangVersion >latest</LangVersion >
88 <Company >Itinero BV</Company >
99 <Authors >OsmSharp Contributors</Authors >
1010 <Copyright >Itinero BV</Copyright >
11- <PackageProjectUrl >http ://www.osmsharp.com/</PackageProjectUrl >
11+ <PackageProjectUrl >https ://www.osmsharp.com/</PackageProjectUrl >
1212 <PackageLicenseUrl >https://raw.githubusercontent.com/OsmSharp/core/develop/LICENSE.md</PackageLicenseUrl >
13- <PackageIconUrl >http ://www.osmsharp.com/logos/osmsharp_logo64.png</PackageIconUrl >
13+ <PackageIconUrl >https ://www.osmsharp.com/logos/osmsharp_logo64.png</PackageIconUrl >
1414 <RepositoryUrl >https://github.com/osmsharp/core</RepositoryUrl >
1515 </PropertyGroup >
1616</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >Sample.CompleteStream</AssemblyName >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >Sample.Filter</AssemblyName >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >Sample.GeoFilter</AssemblyName >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
99 <ProjectReference Include =" ..\..\src\OsmSharp.Geo\OsmSharp.Geo.csproj" />
1010 </ItemGroup >
1111 <ItemGroup >
12- <PackageReference Include =" NetTopologySuite.IO.GeoJSON" Version =" 2 .0.2 " />
12+ <PackageReference Include =" NetTopologySuite.IO.GeoJSON" Version =" 3 .0.0 " />
1313 </ItemGroup >
1414 <ItemGroup >
1515 <None Remove =" polygon.geojson" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >Sample.GeometryStream.Shape</AssemblyName >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
99 <ProjectReference Include =" ..\..\src\OsmSharp.Geo\OsmSharp.Geo.csproj" />
1010 </ItemGroup >
1111 <ItemGroup >
12- <PackageReference Include =" NetTopologySuite.IO.ShapeFile" Version =" 2.0 .0" />
12+ <PackageReference Include =" NetTopologySuite.IO.ShapeFile" Version =" 2.1 .0" />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >Sample.GeometryStream</AssemblyName >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
99 <ProjectReference Include =" ..\..\src\OsmSharp.Geo\OsmSharp.Geo.csproj" />
1010 </ItemGroup >
1111 <ItemGroup >
12- <PackageReference Include =" NetTopologySuite.IO.GeoJSON" Version =" 2 .0.2 " />
12+ <PackageReference Include =" NetTopologySuite.IO.GeoJSON" Version =" 3 .0.0 " />
1313 </ItemGroup >
1414</Project >
Original file line number Diff line number Diff line change 1313 <ProjectReference Include =" ..\OsmSharp\OsmSharp.csproj" />
1414 </ItemGroup >
1515 <ItemGroup >
16- <PackageReference Include =" NetTopologySuite" Version =" 2.0 .0" />
17- <PackageReference Include =" NetTopologySuite.Features" Version =" 2.0 .0" />
16+ <PackageReference Include =" NetTopologySuite" Version =" 2.5 .0" />
17+ <PackageReference Include =" NetTopologySuite.Features" Version =" 2.1 .0" />
1818 </ItemGroup >
1919</Project >
Original file line number Diff line number Diff line change 1010 <PackageTags >openstreetmap, osm</PackageTags >
1111 </PropertyGroup >
1212 <ItemGroup >
13- <PackageReference Include =" protobuf-net" Version =" 3.0.101 " />
14- <PackageReference Include =" System.Text.Json" Version =" 5 .0.2 " />
13+ <PackageReference Include =" protobuf-net" Version =" 3.1.25 " />
14+ <PackageReference Include =" System.Text.Json" Version =" 6 .0.7 " />
1515 </ItemGroup >
1616</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >OsmSharp.Test.Functional</AssemblyName >
55 <OutputType >Exe</OutputType >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net6.0 </TargetFramework >
44 <AssemblyName >OsmSharp.Test</AssemblyName >
55 </PropertyGroup >
66 <ItemGroup >
99 </ItemGroup >
1010 <ItemGroup >
1111 <PackageReference Include =" NetTopologySuite.IO.GeoJSON" Version =" 1.15.0" />
12- <PackageReference Include =" dotnet-test-nunit" Version =" 3.4.0-beta-3" />
13- <PackageReference Include =" nunit" Version =" 3.12.0" />
14- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.0" />
15- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4.0" />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
13+ <PackageReference Include =" NUnit" Version =" 3.13.3" />
14+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1" />
15+ <PackageReference Include =" NUnit.Analyzers" Version =" 3.3.0" />
16+ <PackageReference Include =" coverlet.collector" Version =" 3.1.2" />
1617 </ItemGroup >
1718 <ItemGroup >
1819 <EmbeddedResource Include =" data\pbf\*.pbf;data\xml\*.osm" Exclude =" bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
You can’t perform that action at this time.
0 commit comments