Skip to content

Commit

Permalink
- new: Support of netcoreapp3.1 added.
Browse files Browse the repository at this point in the history
- 1 nuget package package is made for each WSCT.Wrapper.* project.
  • Loading branch information
wsct committed Mar 24, 2020
1 parent b569234 commit 519a97c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 59 deletions.
1 change: 1 addition & 0 deletions WSCT Core.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<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>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpRenamePlacementToArrangementMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002ECSharpPlaceAttributeOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
Expand Down
6 changes: 3 additions & 3 deletions WSCT.Core.ConsoleTests/WSCT.Core.ConsoleTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>3.0.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>3.0.1.0</Version>
<Copyright>Copyright © Sylvain Vernois 2007</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand Down
7 changes: 4 additions & 3 deletions WSCT.Helpers.GUI/WSCT.Helpers.GUI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="15.0">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>3.0.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>3.0.1.0</Version>
<Copyright>Copyright © Sylvain Vernois 2010</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand All @@ -13,6 +13,7 @@
<ApplicationIcon />
<StartupObject />
<OutputType>WinExe</OutputType>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WSCT.Helpers\WSCT.Helpers.csproj" />
Expand Down
9 changes: 5 additions & 4 deletions WSCT.Wrapper.Desktop/WSCT.Wrapper.Desktop.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>1.1.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>1.2.0.0</Version>
<Copyright>Copyright © ENSICAEN / GREYC 2014</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand All @@ -12,8 +12,9 @@
<Description>WSCT Wrapper for Desktop (Windows, Linux, MacOS).</Description>
<ApplicationIcon />
<StartupObject />
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>- Support of netcoreapp3.1 added.</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\WSCT.Wrapper.MacOSX\WSCT.Wrapper.MacOSX.csproj" />
Expand Down
41 changes: 0 additions & 41 deletions WSCT.Wrapper.Desktop/WSCT.Wrapper.Desktop.nuspec

This file was deleted.

6 changes: 4 additions & 2 deletions WSCT.Wrapper.MacOSX/WSCT.Wrapper.MacOSX.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>1.1.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>1.2.0.0</Version>
<Copyright>Copyright © ENSICAEN / GREYC 2014</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand All @@ -13,6 +13,8 @@
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
Expand Down
6 changes: 4 additions & 2 deletions WSCT.Wrapper.PCSCLite32/WSCT.Wrapper.PCSCLite32.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>1.1.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>1.2.0.0</Version>
<Copyright>Copyright © ENSICAEN / GREYC 2014</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand All @@ -13,6 +13,8 @@
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
Expand Down
6 changes: 4 additions & 2 deletions WSCT.Wrapper.PCSCLite64/WSCT.Wrapper.PCSCLite64.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>1.1.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>1.2.0.0</Version>
<Copyright>Copyright © ENSICAEN / GREYC 2014</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand All @@ -13,6 +13,8 @@
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
Expand Down
6 changes: 4 additions & 2 deletions WSCT.Wrapper.WinSCard/WSCT.Wrapper.WinSCard.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Version>1.1.0.0</Version>
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
<Version>1.2.0.0</Version>
<Copyright>Copyright © ENSICAEN / GREYC 2014</Copyright>
<Product>WSCT</Product>
<Company>ENSICAEN</Company>
Expand All @@ -13,6 +13,8 @@
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>true</Optimize>
Expand Down

0 comments on commit 519a97c

Please sign in to comment.