diff --git a/nonsdk-dotnet-sample.csproj b/nonsdk-dotnet-sample.csproj new file mode 100644 index 0000000000000000000000000000000000000000..3020071b1735b513a936ccdb41511246ce570095 --- /dev/null +++ b/nonsdk-dotnet-sample.csproj @@ -0,0 +1,10 @@ + + + + Exe + net7.0 + enable + enable + + + \ No newline at end of file diff --git a/nonsdk-dotnet-sample.sln b/nonsdk-dotnet-sample.sln deleted file mode 100644 index f013c7c93e33d64b3743fb370d643daaaf08897d..0000000000000000000000000000000000000000 --- a/nonsdk-dotnet-sample.sln +++ /dev/null @@ -1,16 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnet_play", "dotnet_play\dotnet_play.csproj", "{97482D8B-5AD9-4882-BA9A-8ED989B01F82}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Debug|Any CPU.Build.0 = Debug|Any CPU - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Release|Any CPU.ActiveCfg = Release|Any CPU - {97482D8B-5AD9-4882-BA9A-8ED989B01F82}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection -EndGlobal