Skip to content

Commit

Permalink
build: target net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 25, 2022
1 parent 88cb579 commit 79b846d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions TCode.r2rml4net.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ http://www.gnu.org/licenses/lgpl.html
If these licenses are not suitable for your intended use please contact
us at the above stated email address to discuss alternative
terms.</s:String>
<s:Boolean x:Key="/Default/Environment/Filtering/ExcludeCoverageFilters/=_002A_002ETests_003B_002A_003B_002A_003B_002A/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ED9D62A6124B864BBA0D016F3B4B0BF8/AbsolutePath/@EntryValue">e:\Piskorz\Projekty\Semantic web\r2rml4net\src\TCode.r2rml4net.DotSettings</s:String>
<s:String x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ED9D62A6124B864BBA0D016F3B4B0BF8/RelativePath/@EntryValue">..\TCode.r2rml4net.DotSettings</s:String>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/FileInjectedLayer/=ED9D62A6124B864BBA0D016F3B4B0BF8/@KeyIndexDefined">True</s:Boolean>
Expand All @@ -49,6 +50,7 @@ terms.</s:String>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File_003A_003Ae_003A_005CPiskorz_005CProjekty_005CSemantic_0020web_005Cr2rml4net_002Dtest_002Drunner_005Cr2rml4net_005Csrc_005CTCode_002Er2rml4net_002EDotSettings/RelativePriority/@EntryValue">2</s:Double>
<s:Boolean x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File_003A_003Ae_003A_005CPiskorz_005CProjekty_005CSemantic_0020web_005Cr2rml4net_005Csrc_005CTCode_002Er2rml4net_002EDotSettings/@KeyIndexDefined">True</s:Boolean>
<s:Double x:Key="/Default/Environment/InjectedLayers/InjectedLayerCustomization/=File_003A_003Ae_003A_005CPiskorz_005CProjekty_005CSemantic_0020web_005Cr2rml4net_005Csrc_005CTCode_002Er2rml4net_002EDotSettings/RelativePriority/@EntryValue">1</s:Double>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EdotCover_002EIde_002ECore_002EFilterManagement_002EModel_002ESolutionFilterSettingsManagerMigrateSettings/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpAttributeForSingleLineMethodUpgrade/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
Expand Down
2 changes: 1 addition & 1 deletion src/TCode.r2rml4net.CLI/TCode.r2rml4net.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<Version>0.7.1</Version>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Authors>tpluscode</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>../../r2rml-128.png?raw=true</PackageIconUrl>
Expand All @@ -14,6 +13,7 @@
<PackageId>r2rml4net-cli</PackageId>
<PackAsTool>true</PackAsTool>
<ToolCommandName>r2rml4net</ToolCommandName>
<TargetFrameworks>net6.0;netcoreapp2.2</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>TCode.r2rml4net.Mapping.Tests</RootNamespace>
<AssemblyName>TCode.r2rml4net.Mapping.Tests</AssemblyName>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<TargetFrameworks>net6.0;netcoreapp2.2</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DatabaseSchemaReader" Version="2.7.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/TCode.r2rml4net.Tests/TCode.r2rml4net.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>TCode.r2rml4net.Tests</RootNamespace>
<AssemblyName>TCode.r2rml4net.Tests</AssemblyName>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworks>net6.0;netcoreapp2.2</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DatabaseSchemaReader" Version="2.7.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/TCode.r2rml4net/TCode.r2rml4net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.7.1</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>TCode.r2rml4net</RootNamespace>
<AssemblyName>TCode.r2rml4net</AssemblyName>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
Expand All @@ -18,6 +17,7 @@
<PackageTags>rdf;r2rml;semantic web</PackageTags>
<Description>A C# implementation of R2RML, which allows creating R2RML and converting relational data to RDF using the .NET Framework</Description>
<Copyright>2012-2020 Tomasz Pluskiewicz</Copyright>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DatabaseSchemaReader" Version="2.7.3" />
Expand Down

0 comments on commit 79b846d

Please sign in to comment.