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 | |
| parent | a85a19806c8231029df1932557d7d7eed9028011 (diff) | |
| download | FakeCMD-2115d78c52d7fe76a901a8ec6093702f45f94229.tar.gz FakeCMD-2115d78c52d7fe76a901a8ec6093702f45f94229.tar.bz2 FakeCMD-2115d78c52d7fe76a901a8ec6093702f45f94229.zip | |
Convert this to .NET 5
| -rw-r--r-- | FakeCMD.csproj | 6 | ||||
| -rw-r--r-- | FakeCMD.sln | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/FakeCMD.csproj b/FakeCMD.csproj index b384688..bfa1a74 100644 --- a/FakeCMD.csproj +++ b/FakeCMD.csproj @@ -2,10 +2,14 @@ <PropertyGroup> <OutputType>Exe</OutputType> - <TargetFramework>netcoreapp3.1</TargetFramework> + <TargetFramework>net5.0</TargetFramework> </PropertyGroup> <ItemGroup> + <None Remove=".gitignore" /> + </ItemGroup> + + <ItemGroup> <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> </ItemGroup> 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 |
