aboutsummaryrefslogtreecommitdiff
path: root/GitAutoFetch.csproj
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-01-02 15:53:33 +0100
committerTim <contact@bytim.eu>2025-01-02 15:53:33 +0100
commita694f3e1952fa2d4515751397deaf6512cfd4632 (patch)
tree8c4ba4a144509fe0b9e594df75d9820458ca0c8f /GitAutoFetch.csproj
parent64203ec7c0a7ea9466d6a013f18fddc5af7db77b (diff)
downloadGitAutoFetch-a694f3e1952fa2d4515751397deaf6512cfd4632.tar.xz
GitAutoFetch-a694f3e1952fa2d4515751397deaf6512cfd4632.zip
Change RootNamespace in .csproj and remove Docker stuff
Diffstat (limited to 'GitAutoFetch.csproj')
-rw-r--r--GitAutoFetch.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/GitAutoFetch.csproj b/GitAutoFetch.csproj
index b6d5113..d451d86 100644
--- a/GitAutoFetch.csproj
+++ b/GitAutoFetch.csproj
@@ -5,8 +5,7 @@
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
- <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
- <RootNamespace>GitAutoClone</RootNamespace>
+ <RootNamespace>GitAutoFetch</RootNamespace>
</PropertyGroup>
<ItemGroup>