diff options
| author | Andrew Lee <alee14498@gmail.com> | 2021-01-09 11:21:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2021-01-09 11:21:41 -0500 |
| commit | 2115d78c52d7fe76a901a8ec6093702f45f94229 (patch) | |
| tree | b8d1c52e1d0ff21564f18901c129f85903717d0e /FakeCMD.sln | |
| parent | a85a19806c8231029df1932557d7d7eed9028011 (diff) | |
| download | FakeCMD-2115d78c52d7fe76a901a8ec6093702f45f94229.tar.gz FakeCMD-2115d78c52d7fe76a901a8ec6093702f45f94229.tar.bz2 FakeCMD-2115d78c52d7fe76a901a8ec6093702f45f94229.zip | |
Convert this to .NET 5
Diffstat (limited to 'FakeCMD.sln')
| -rw-r--r-- | FakeCMD.sln | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FakeCMD.sln b/FakeCMD.sln index b5bb058..51f72a0 100644 --- a/FakeCMD.sln +++ b/FakeCMD.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30804.86 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FakeCMD", "FakeCMD.csproj", "{5952AF4A-8477-4BE6-9599-10937A5E48F2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FakeCMD", "FakeCMD.csproj", "{5952AF4A-8477-4BE6-9599-10937A5E48F2}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution |
