Skip to content

Commit

Permalink
Merge pull request #287 from Saibamen/remove_not_needed_TargetFrameworks
Browse files Browse the repository at this point in the history
Remove netstandard and net472
  • Loading branch information
Saibamen authored Oct 26, 2023
2 parents 7a60ab7 + 90deee8 commit 2939803
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 31 deletions.
6 changes: 1 addition & 5 deletions Gandalan.IDAS.Contracts/GDL.IDAS.Contracts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@
<description>Gandalan.IDAS.Contracts</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2023</copyright>
<license type="expression">MIT</license>
<readme>README.md</readme>
<readme>README.md</readme>
<dependencies>
<dependency id="GDL.IDAS.WebApi.Client" version="BUILDVERSION" />
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="\" />
<file src="bin\Release\net472\GDL.IDAS.Contracts.dll" target="lib\net472\GDL.IDAS.Contracts.dll" />
<file src="bin\Release\net472\GDL.IDAS.Contracts.XML" target="lib\net472\GDL.IDAS.Contracts.XML" />
<file src="bin\Release\net48\GDL.IDAS.Contracts.dll" target="lib\net48\GDL.IDAS.Contracts.dll" />
<file src="bin\Release\net48\GDL.IDAS.Contracts.XML" target="lib\net48\GDL.IDAS.Contracts.XML" />
<file src="bin\Release\net6.0\GDL.IDAS.Contracts.dll" target="lib\net6.0\GDL.IDAS.Contracts.dll" />
<file src="bin\Release\net7.0\GDL.IDAS.Contracts.dll" target="lib\net7.0\GDL.IDAS.Contracts.dll" />
<file src="bin\Release\netstandard2.0\GDL.IDAS.Contracts.dll" target="lib\netstandard2.0\GDL.IDAS.Contracts.dll" />
<file src="bin\Release\netstandard2.1\GDL.IDAS.Contracts.dll" target="lib\netstandard2.1\GDL.IDAS.Contracts.dll" />
</files>
</package>
4 changes: 2 additions & 2 deletions Gandalan.IDAS.Contracts/Gandalan.IDAS.Contracts.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net7.0;net6.0;net48;net472</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<AssemblyName>GDL.IDAS.Contracts</AssemblyName>

<AssemblyVersion Condition=" '$(BUILDNUMBER)' == '' ">0.0.1</AssemblyVersion>
Expand Down
6 changes: 1 addition & 5 deletions Gandalan.IDAS.Crypto/GDL.IDAS.Crypto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@
<description>Gandalan.IDAS.Crypto</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2023</copyright>
<license type="expression">MIT</license>
<readme>README.md</readme>
<readme>README.md</readme>
<dependencies>
<dependency id="BCrypt.Net-Next" version="4.0.3" />
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="\" />
<file src="bin\Release\net472\GDL.IDAS.Crypto.dll" target="lib\net472\GDL.IDAS.Crypto.dll" />
<file src="bin\Release\net472\GDL.IDAS.Crypto.XML" target="lib\net472\GDL.IDAS.Crypto.XML" />
<file src="bin\Release\net48\GDL.IDAS.Crypto.dll" target="lib\net48\GDL.IDAS.Crypto.dll" />
<file src="bin\Release\net48\GDL.IDAS.Crypto.XML" target="lib\net48\GDL.IDAS.Crypto.XML" />
<file src="bin\Release\net6.0\GDL.IDAS.Crypto.dll" target="lib\net6.0\GDL.IDAS.Crypto.dll" />
<file src="bin\Release\net7.0\GDL.IDAS.Crypto.dll" target="lib\net7.0\GDL.IDAS.Crypto.dll" />
<file src="bin\Release\netstandard2.0\GDL.IDAS.Crypto.dll" target="lib\netstandard2.0\GDL.IDAS.Crypto.dll" />
<file src="bin\Release\netstandard2.1\GDL.IDAS.Crypto.dll" target="lib\netstandard2.1\GDL.IDAS.Crypto.dll" />
</files>
</package>
4 changes: 2 additions & 2 deletions Gandalan.IDAS.Crypto/Gandalan.IDAS.Crypto.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net7.0;net6.0;net48;net472</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<AssemblyName>GDL.IDAS.Crypto</AssemblyName>

<AssemblyVersion Condition=" '$(BUILDNUMBER)' == '' ">0.0.1</AssemblyVersion>
Expand Down
5 changes: 1 addition & 4 deletions Gandalan.IDAS.Logging/GDL.IDAS.Logging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@
<description>Gandalan.IDAS.Logging</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2023</copyright>
<license type="expression">MIT</license>
<readme>README.md</readme>
<readme>README.md</readme>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="\" />
<file src="bin\Release\net472\GDL.IDAS.Logging.dll" target="lib\net472\GDL.IDAS.Logging.dll" />
<file src="bin\Release\net48\GDL.IDAS.Logging.dll" target="lib\net48\GDL.IDAS.Logging.dll" />
<file src="bin\Release\net6.0\GDL.IDAS.Logging.dll" target="lib\net6.0\GDL.IDAS.Logging.dll" />
<file src="bin\Release\net7.0\GDL.IDAS.Logging.dll" target="lib\net7.0\GDL.IDAS.Logging.dll" />
<file src="bin\Release\netstandard2.0\GDL.IDAS.Logging.dll" target="lib\netstandard2.0\GDL.IDAS.Logging.dll" />
<file src="bin\Release\netstandard2.1\GDL.IDAS.Logging.dll" target="lib\netstandard2.1\GDL.IDAS.Logging.dll" />
</files>
</package>
4 changes: 2 additions & 2 deletions Gandalan.IDAS.Logging/Gandalan.IDAS.Logging.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net7.0;net6.0;net48;net472</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<AssemblyName>GDL.IDAS.Logging</AssemblyName>

<AssemblyVersion Condition=" '$(BUILDNUMBER)' == '' ">0.0.1</AssemblyVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
<description>Gandalan.IDAS.WebApi.Client.Wpf</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2023</copyright>
<license type="expression">MIT</license>
<readme>README.md</readme>
<readme>README.md</readme>
<dependencies>
<dependency id="GDL.IDAS.WebApi.Client" version="BUILDVERSION" />
</dependencies>
</metadata>
<files>
<file src="..\README.md" target="\" />
<file src="bin\Release\net472\GDL.IDAS.WebApi.Client.Wpf.dll" target="lib\net472\GDL.IDAS.WebApi.Client.Wpf.dll" />
<file src="bin\Release\net472\GDL.IDAS.WebApi.Client.Wpf.XML" target="lib\net472\GDL.IDAS.WebApi.Client.Wpf.XML" />
<file src="bin\Release\net48\GDL.IDAS.WebApi.Client.Wpf.dll" target="lib\net48\GDL.IDAS.WebApi.Client.Wpf.dll" />
<file src="bin\Release\net48\GDL.IDAS.WebApi.Client.Wpf.XML" target="lib\net48\GDL.IDAS.WebApi.Client.Wpf.XML" />
</files>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFrameworks>net48;net472</TargetFrameworks>
<TargetFrameworks>net48</TargetFrameworks>
<UseWPF>true</UseWPF>

<AssemblyName>GDL.IDAS.WebApi.Client.Wpf</AssemblyName>
Expand Down
6 changes: 1 addition & 5 deletions Gandalan.IDAS.WebApi.Client/GDL.IDAS.WebApi.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<description>Gandalan.IDAS.WebApi.Client</description>
<copyright>Copyright © Gandalan GmbH &amp; Co. KG 2012-2023</copyright>
<license type="expression">MIT</license>
<readme>README.md</readme>
<readme>README.md</readme>
<dependencies>
<dependency id="GDL.IDAS.Logging" version="BUILDVERSION" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
Expand All @@ -19,13 +19,9 @@
</metadata>
<files>
<file src="..\README.md" target="\" />
<file src="bin\Release\net472\GDL.IDAS.WebApi.Client.dll" target="lib\net472\GDL.IDAS.WebApi.Client.dll" />
<file src="bin\Release\net472\GDL.IDAS.WebApi.Client.XML" target="lib\net472\GDL.IDAS.WebApi.Client.XML" />
<file src="bin\Release\net48\GDL.IDAS.WebApi.Client.dll" target="lib\net48\GDL.IDAS.WebApi.Client.dll" />
<file src="bin\Release\net48\GDL.IDAS.WebApi.Client.XML" target="lib\net48\GDL.IDAS.WebApi.Client.XML" />
<file src="bin\Release\net6.0\GDL.IDAS.WebApi.Client.dll" target="lib\net6.0\GDL.IDAS.WebApi.Client.dll" />
<file src="bin\Release\net7.0\GDL.IDAS.WebApi.Client.dll" target="lib\net7.0\GDL.IDAS.WebApi.Client.dll" />
<file src="bin\Release\netstandard2.0\GDL.IDAS.WebApi.Client.dll" target="lib\netstandard2.0\GDL.IDAS.WebApi.Client.dll" />
<file src="bin\Release\netstandard2.1\GDL.IDAS.WebApi.Client.dll" target="lib\netstandard2.1\GDL.IDAS.WebApi.Client.dll" />
</files>
</package>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net7.0;net6.0;net48;net472</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;net48</TargetFrameworks>
<AssemblyName>GDL.IDAS.WebApi.Client</AssemblyName>

<AssemblyVersion Condition=" '$(BUILDNUMBER)' == '' ">0.0.1</AssemblyVersion>
Expand Down

0 comments on commit 2939803

Please sign in to comment.