diff --git a/Sources/LeagueOfLegends.sln b/Sources/LeagueOfLegends.sln index 994b444..4ce5d07 100644 --- a/Sources/LeagueOfLegends.sln +++ b/Sources/LeagueOfLegends.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiLol", "ApiLol\ApiLol.csp EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApi", "ConsoleApi\ConsoleApi.csproj", "{A3656054-1143-4235-A511-03CBD3BBCE8E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{718827D6-6547-4721-9564-F4B760C70DC0}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{EE69586D-A6A8-40C4-93D7-DBDFEBC6844A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -61,10 +61,10 @@ Global {A3656054-1143-4235-A511-03CBD3BBCE8E}.Debug|Any CPU.Build.0 = Debug|Any CPU {A3656054-1143-4235-A511-03CBD3BBCE8E}.Release|Any CPU.ActiveCfg = Release|Any CPU {A3656054-1143-4235-A511-03CBD3BBCE8E}.Release|Any CPU.Build.0 = Release|Any CPU - {718827D6-6547-4721-9564-F4B760C70DC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {718827D6-6547-4721-9564-F4B760C70DC0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {718827D6-6547-4721-9564-F4B760C70DC0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {718827D6-6547-4721-9564-F4B760C70DC0}.Release|Any CPU.Build.0 = Release|Any CPU + {EE69586D-A6A8-40C4-93D7-DBDFEBC6844A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EE69586D-A6A8-40C4-93D7-DBDFEBC6844A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EE69586D-A6A8-40C4-93D7-DBDFEBC6844A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EE69586D-A6A8-40C4-93D7-DBDFEBC6844A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Sources/Tests/Tests.csproj b/Sources/Tests/Tests.csproj index 86a36ef..89d8ebd 100644 --- a/Sources/Tests/Tests.csproj +++ b/Sources/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 enable enable @@ -9,9 +9,9 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all