aboutsummaryrefslogtreecommitdiff
path: root/FakeCMD.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'FakeCMD.csproj')
-rw-r--r--FakeCMD.csproj6
1 files changed, 5 insertions, 1 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>