File tree Expand file tree Collapse file tree
src/NetTopologySuite.IO.Oracle
test/NetTopologySuite.IO.Oracle.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.1;net472</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1;net10.0; net472</TargetFrameworks >
55 <PlatformTarget >AnyCPU</PlatformTarget >
66 <SignAssembly >true</SignAssembly >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
4343 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
4444 <PackageReference Include =" Oracle.ManagedDataAccess.Core" Version =" 23.8.0" />
4545 </ItemGroup >
46- <ItemGroup >
46+ <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
47+ <PackageReference Include =" Oracle.ManagedDataAccess.Core" Version =" 23.8.0" />
48+ </ItemGroup >
49+ <ItemGroup >
4750 <PackageReference Update =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" />
4851 </ItemGroup >
4952</Project >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ namespace NetTopologySuite.IO
44 /// Utility class for common settings around <see cref="OracleGeometryReader"/>
55 /// and <see cref="OracleGeometryWriter"/>.
66 /// </summary>
7- public class OracleGeometrySettings
7+ public static class OracleGeometrySettings
88 {
99 /// <summary>
1010 /// Gets or sets a value indicating the SRID value that indicates <c>NULL</c> for <c>SDO_GEOMETRY.SDO_SRID</c>.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
4- <TargetFrameworks >net472;net8 </TargetFrameworks >
4+ <TargetFrameworks >net472;net10.0 </TargetFrameworks >
55 <LangVersion >8</LangVersion >
66 <PlatformTarget >AnyCPU</PlatformTarget >
77 <SignAssembly >false</SignAssembly >
1515 <Reference Include =" System.Configuration" />
1616 </ItemGroup >
1717
18- <ItemGroup Condition =" '$(TargetFramework)' == 'net8 '" >
18+ <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0 '" >
1919 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8.0.0" />
2020 </ItemGroup >
2121
2525 <PackageReference Update =" NUnit3TestAdapter" Version =" 5.0.0" />
2626 </ItemGroup >
2727
28- <Target Name =" CopyCustomContent" AfterTargets =" AfterBuild" Condition =" '$(TargetFramework)' == 'net8 ' " >
28+ <Target Name =" CopyCustomContent" AfterTargets =" AfterBuild" Condition =" '$(TargetFramework)' == 'net10.0 ' " >
2929 <Copy SourceFiles =" App.config" DestinationFiles =" $(OutDir)\testhost.dll.config" />
3030 </Target >
3131
You can’t perform that action at this time.
0 commit comments