From cf3fbbbc1d6b2b7a69da383516ad2638c9a24840 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 14 Nov 2021 11:30:59 -0600 Subject: [PATCH] nuget updates remove unused CouchDB project upgrade to .net 6 --- Benchmarking/Benchmarking.csproj | 2 +- CouchDB/CouchDB.csproj | 13 ------------- CouchDB/CouchDocument.cs | 16 ---------------- ...board.ShogiUI.Sockets.ServiceModels.csproj | 2 +- Gameboard.ShogiUI.Sockets.sln | 12 +++--------- .../Gameboard.ShogiUI.Sockets.csproj | 19 +++++++++---------- .../Gameboard.ShogiUI.UnitTests.csproj | 6 +++--- .../Gameboard.ShogiUI.xUnitTests.csproj | 6 +++--- PathFinding/PathFinding.csproj | 2 +- 9 files changed, 21 insertions(+), 57 deletions(-) delete mode 100644 CouchDB/CouchDB.csproj delete mode 100644 CouchDB/CouchDocument.cs diff --git a/Benchmarking/Benchmarking.csproj b/Benchmarking/Benchmarking.csproj index 98fe81e..a2ca11e 100644 --- a/Benchmarking/Benchmarking.csproj +++ b/Benchmarking/Benchmarking.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 true Exe diff --git a/CouchDB/CouchDB.csproj b/CouchDB/CouchDB.csproj deleted file mode 100644 index 168228b..0000000 --- a/CouchDB/CouchDB.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - net5.0 - - - - - - - - - diff --git a/CouchDB/CouchDocument.cs b/CouchDB/CouchDocument.cs deleted file mode 100644 index 8f29f6c..0000000 --- a/CouchDB/CouchDocument.cs +++ /dev/null @@ -1,16 +0,0 @@ -namespace CouchDB -{ - public class CouchDocument - { - public readonly string _id; - public readonly string type; - public readonly T model; - - public CouchDocument(string id, T model) - { - _id = id; - this.model = model; - type = nameof(T); - } - } -} diff --git a/Gameboard.ShogiUI.Sockets.ServiceModels/Gameboard.ShogiUI.Sockets.ServiceModels.csproj b/Gameboard.ShogiUI.Sockets.ServiceModels/Gameboard.ShogiUI.Sockets.ServiceModels.csproj index 4466c3d..ec1c55c 100644 --- a/Gameboard.ShogiUI.Sockets.ServiceModels/Gameboard.ShogiUI.Sockets.ServiceModels.csproj +++ b/Gameboard.ShogiUI.Sockets.ServiceModels/Gameboard.ShogiUI.Sockets.ServiceModels.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 true 5 enable diff --git a/Gameboard.ShogiUI.Sockets.sln b/Gameboard.ShogiUI.Sockets.sln index afad198..3ddc148 100644 --- a/Gameboard.ShogiUI.Sockets.sln +++ b/Gameboard.ShogiUI.Sockets.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30503.244 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gameboard.ShogiUI.Sockets", "Gameboard.ShogiUI.Sockets\Gameboard.ShogiUI.Sockets.csproj", "{4FF35F9D-E525-46CF-A8A6-A147FE50AD68}" EndProject @@ -15,9 +15,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarking", "Benchmarkin EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PathFinding", "PathFinding\PathFinding.csproj", "{A0AC8C5A-6ADA-45C6-BD1E-EB1061213E47}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CouchDB", "CouchDB\CouchDB.csproj", "{EDFED1DF-253D-463B-842A-0B66F95214A7}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gameboard.ShogiUI.xUnitTests", "Gameboard.ShogiUI.xUnitTests\Gameboard.ShogiUI.xUnitTests.csproj", "{12530716-C11E-40CE-9F71-CCCC243F03E1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gameboard.ShogiUI.xUnitTests", "Gameboard.ShogiUI.xUnitTests\Gameboard.ShogiUI.xUnitTests.csproj", "{12530716-C11E-40CE-9F71-CCCC243F03E1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -45,10 +43,6 @@ Global {A0AC8C5A-6ADA-45C6-BD1E-EB1061213E47}.Debug|Any CPU.Build.0 = Debug|Any CPU {A0AC8C5A-6ADA-45C6-BD1E-EB1061213E47}.Release|Any CPU.ActiveCfg = Release|Any CPU {A0AC8C5A-6ADA-45C6-BD1E-EB1061213E47}.Release|Any CPU.Build.0 = Release|Any CPU - {EDFED1DF-253D-463B-842A-0B66F95214A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EDFED1DF-253D-463B-842A-0B66F95214A7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EDFED1DF-253D-463B-842A-0B66F95214A7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EDFED1DF-253D-463B-842A-0B66F95214A7}.Release|Any CPU.Build.0 = Release|Any CPU {12530716-C11E-40CE-9F71-CCCC243F03E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {12530716-C11E-40CE-9F71-CCCC243F03E1}.Debug|Any CPU.Build.0 = Debug|Any CPU {12530716-C11E-40CE-9F71-CCCC243F03E1}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/Gameboard.ShogiUI.Sockets/Gameboard.ShogiUI.Sockets.csproj b/Gameboard.ShogiUI.Sockets/Gameboard.ShogiUI.Sockets.csproj index bd64225..bf7b641 100644 --- a/Gameboard.ShogiUI.Sockets/Gameboard.ShogiUI.Sockets.csproj +++ b/Gameboard.ShogiUI.Sockets/Gameboard.ShogiUI.Sockets.csproj @@ -1,26 +1,25 @@  - net5.0 + net6.0 true 5 enable - - - - - - - + + + + + + + - + - diff --git a/Gameboard.ShogiUI.UnitTests/Gameboard.ShogiUI.UnitTests.csproj b/Gameboard.ShogiUI.UnitTests/Gameboard.ShogiUI.UnitTests.csproj index 3848edc..c11752d 100644 --- a/Gameboard.ShogiUI.UnitTests/Gameboard.ShogiUI.UnitTests.csproj +++ b/Gameboard.ShogiUI.UnitTests/Gameboard.ShogiUI.UnitTests.csproj @@ -1,13 +1,13 @@ - net5.0 + net6.0 - - + + diff --git a/Gameboard.ShogiUI.xUnitTests/Gameboard.ShogiUI.xUnitTests.csproj b/Gameboard.ShogiUI.xUnitTests/Gameboard.ShogiUI.xUnitTests.csproj index d47800f..040179a 100644 --- a/Gameboard.ShogiUI.xUnitTests/Gameboard.ShogiUI.xUnitTests.csproj +++ b/Gameboard.ShogiUI.xUnitTests/Gameboard.ShogiUI.xUnitTests.csproj @@ -1,15 +1,15 @@ - net5.0 + net6.0 false - - + + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/PathFinding/PathFinding.csproj b/PathFinding/PathFinding.csproj index 68ec955..6493b62 100644 --- a/PathFinding/PathFinding.csproj +++ b/PathFinding/PathFinding.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 true 5 enable