]> O.S.I.I.S - jp/crow.git/commitdiff
restore target frameworks
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 5 May 2019 23:05:21 +0000 (01:05 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 5 May 2019 23:05:21 +0000 (01:05 +0200)
Crow/Crow.csproj
Samples/HelloWorld/HelloWorld.csproj
Samples/ShowCase/ShowCase.csproj
Samples/Tests/Tests.csproj

index 9c23b5376647e8e664187a8c889a69edbec4f31a..db18440f6e6168f3badecd4973a3bdb429da55ee 100644 (file)
@@ -1,8 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <Import Project="$(SolutionDir)netfx.props" />
   <PropertyGroup>
-<!--    <TargetFrameworks>net471;netstandard2.0</TargetFrameworks>-->
-    <TargetFrameworks>net471</TargetFrameworks>
+    <TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
     <AssemblyName>Crow</AssemblyName>
     <Copyright></Copyright>
     <AssemblyVersion>0.9.0</AssemblyVersion>    
index cda10df5fd1588941e6af57e054a05fe629bec4e..ed3e9803ac94b65709adc2f0ec480b4ebbc83e9e 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <Import Project="$(SolutionDir)netfx.props" />
   <PropertyGroup>
-    <TargetFrameworks>net471</TargetFrameworks>
+    <TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
     <OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
     <OutputType>Exe</OutputType>        
     <RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
index e557be1a92c5f72e075f9666611f156aca5b01de..610ed694f54c8ac105671f1326f78b83bd7fc1f9 100644 (file)
@@ -1,14 +1,14 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <Import Project="$(SolutionDir)netfx.props" />
   <PropertyGroup>
-    <TargetFrameworks>net472</TargetFrameworks>
+    <TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
     <OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
     <OutputType>Exe</OutputType>        
     <RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
     <License>https://opensource.org/licenses/MIT</License>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <EnableDefaultNoneItems>false</EnableDefaultNoneItems>    
-    <TargetFramework>net472</TargetFramework>
+    <TargetFramework>net471</TargetFramework>
     <ReleaseVersion>0.8.0</ReleaseVersion>
   </PropertyGroup>
             
index fa99877f9262bf3536cf0a20c339b073ef87c81b..0382c9380d2f85f94233a48c8d5135c38ecd2aab 100644 (file)
@@ -1,14 +1,14 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <Import Project="$(SolutionDir)netfx.props" />
   <PropertyGroup>
-    <TargetFrameworks>net472</TargetFrameworks>
+    <TargetFrameworks>net471;netstandard2.0</TargetFrameworks>
     <OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
     <OutputType>Exe</OutputType>        
     <RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
     <License>https://opensource.org/licenses/MIT</License>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <EnableDefaultNoneItems>false</EnableDefaultNoneItems>    
-    <TargetFramework>net472</TargetFramework>
+    <TargetFramework>net471</TargetFramework>
     <ReleaseVersion>0.8.0</ReleaseVersion>
   </PropertyGroup>