Skip to content

Commit 8bddfce

Browse files
committed
Adding the new .NET Core 3.1 test project to the test project solution
1 parent 97cc386 commit 8bddfce

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/projects/TestProjects.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27130.2027
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.30104.148
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegacyFrameworkProject", "LegacyFrameworkProject\LegacyFrameworkProject.csproj", "{36ED2B9D-2FC2-4725-9BC2-53CABF113477}"
66
EndProject
@@ -30,6 +30,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetCoreProjectWithRefere
3030
EndProject
3131
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetStandardProjectWithConstants", "SdkNetStandardProjectWithConstants\SdkNetStandardProjectWithConstants.csproj", "{9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}"
3232
EndProject
33+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetCore31Project", "SdkNetCore31Project\SdkNetCore31Project.csproj", "{B232D064-749F-4AA3-A70A-692694887388}"
34+
EndProject
3335
Global
3436
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3537
Debug|Any CPU = Debug|Any CPU
@@ -88,6 +90,10 @@ Global
8890
{9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
8991
{9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
9092
{9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}.Release|Any CPU.Build.0 = Release|Any CPU
93+
{B232D064-749F-4AA3-A70A-692694887388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
94+
{B232D064-749F-4AA3-A70A-692694887388}.Debug|Any CPU.Build.0 = Debug|Any CPU
95+
{B232D064-749F-4AA3-A70A-692694887388}.Release|Any CPU.ActiveCfg = Release|Any CPU
96+
{B232D064-749F-4AA3-A70A-692694887388}.Release|Any CPU.Build.0 = Release|Any CPU
9197
EndGlobalSection
9298
GlobalSection(SolutionProperties) = preSolution
9399
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)