Skip to content

Commit e159c8d

Browse files
committed
Use netstandard instead of netcoreapp.
1 parent 87038a2 commit e159c8d

File tree

39 files changed

+40
-39
lines changed

39 files changed

+40
-39
lines changed

GameTheory.ConsoleRunner.Shared/GameTheory.ConsoleRunner.Shared.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.ConsoleRunner.Shared.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.GameTemplate/GameTheory.Games.$game$.Console/GameTheory.Games.$game$.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.$game$.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.GameTemplate/GameTheory.Games.$game$/GameTheory.Games.$game$.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.$game$.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.CenturySpiceRoad.Console/GameTheory.Games.CenturySpiceRoad.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.CenturySpiceRoad.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.CenturySpiceRoad/GameTheory.Games.CenturySpiceRoad.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.CenturySpiceRoad.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Chess.Console/GameTheory.Games.Chess.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Chess.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Chess/GameTheory.Games.Chess.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Chess.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Draughts.Console/GameTheory.Games.Draughts.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Draughts.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Draughts/GameTheory.Games.Draughts.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Draughts.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Ergo.Console/GameTheory.Games.Ergo.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Ergo.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Ergo/GameTheory.Games.Ergo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Ergo.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.FiveTribes.Console/GameTheory.Games.FiveTribes.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.FiveTribes.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.FiveTribes/GameTheory.Games.FiveTribes.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.FiveTribes.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Hangman.Console/GameTheory.Games.Hangman.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Hangman.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Hangman/GameTheory.Games.Hangman.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Hangman.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Lotus.Console/GameTheory.Games.Lotus.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Lotus.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Lotus/GameTheory.Games.Lotus.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Lotus.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.LoveLetter.Console/GameTheory.Games.LoveLetter.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.LoveLetter.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.LoveLetter/GameTheory.Games.LoveLetter.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.LoveLetter.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Mancala.Console/GameTheory.Games.Mancala.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Mancala.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Mancala/GameTheory.Games.Mancala.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Mancala.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Nessos.Console/GameTheory.Games.Nessos.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Nessos.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Nessos/GameTheory.Games.Nessos.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Nessos.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.NormalFormGame/GameTheory.Games.NormalFormGame.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.NormalFormGame.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.PositivelyPerfectParfaitGame.Console/GameTheory.Games.PositivelyPerfectParfaitGame.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.PositivelyPerfectParfaitGame.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.PositivelyPerfectParfaitGame/GameTheory.Games.PositivelyPerfectParfaitGame.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.PositivelyPerfectParfaitGame.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.SevenDragons.Console/GameTheory.Games.SevenDragons.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.SevenDragons.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.SevenDragons/GameTheory.Games.SevenDragons.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.SevenDragons.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Skull.Console/GameTheory.Games.Skull.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Skull.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Skull/GameTheory.Games.Skull.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Skull.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Splendor.Console/GameTheory.Games.Splendor.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Splendor.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.Splendor/GameTheory.Games.Splendor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.Splendor.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.TicTacToe.Console/GameTheory.Games.TicTacToe.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.TicTacToe.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.TicTacToe/GameTheory.Games.TicTacToe.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.TicTacToe.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.TwentyFortyEight.Console/GameTheory.Games.TwentyFortyEight.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.TwentyFortyEight.Console.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Games.TwentyFortyEight/GameTheory.Games.TwentyFortyEight.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Games.TwentyFortyEight.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.ProjectTemplate/GameTheory.$namespace$/GameTheory.$namespace$.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.$namespace$.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

GameTheory.Testing/GameTheory.Testing.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CodeAnalysisRuleSet>GameTheory.Testing.ruleset</CodeAnalysisRuleSet>
66
<DebugType>Full</DebugType>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<TargetFrameworks>net48;netcoreapp2.0</TargetFrameworks>
8+
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
99
<PackageLicenseUrl>https://raw.github.com/otac0n/GameTheory/master/license.md</PackageLicenseUrl>
1010
<PackageProjectUrl>https://github.com/otac0n/GameTheory</PackageProjectUrl>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)