From 9a827e962788d8971982e87cf3b0592b46167aca Mon Sep 17 00:00:00 2001 From: CodeLiturgy Date: Wed, 3 Aug 2022 22:36:22 +0100 Subject: [PATCH] Add gitmodules --- .gitmodules | 3 +++ BlueWest.Data/BlueWest.Data.csproj | 1 - BlueWest.GrpcClient/BlueWest.GrpcClient.csproj | 4 ++-- MapTo | 1 - README.md | 0 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitmodules delete mode 160000 MapTo create mode 100644 README.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0e3dd2a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "MapTo"] + path = include/MapTo + url = git://git.codeliturgy.com/CodeLiturgy/MapTo.git diff --git a/BlueWest.Data/BlueWest.Data.csproj b/BlueWest.Data/BlueWest.Data.csproj index 762abca..b3ce238 100644 --- a/BlueWest.Data/BlueWest.Data.csproj +++ b/BlueWest.Data/BlueWest.Data.csproj @@ -8,7 +8,6 @@ - diff --git a/BlueWest.GrpcClient/BlueWest.GrpcClient.csproj b/BlueWest.GrpcClient/BlueWest.GrpcClient.csproj index 1cd0529..9d338af 100644 --- a/BlueWest.GrpcClient/BlueWest.GrpcClient.csproj +++ b/BlueWest.GrpcClient/BlueWest.GrpcClient.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 enable @@ -16,7 +16,7 @@ Public True True - obj\Release\net5.0-windows\ + obj\Release\net6.0-windows\ MSBuild:Compile diff --git a/MapTo b/MapTo deleted file mode 160000 index c241fd4..0000000 --- a/MapTo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c241fd4cb5f34a20e3a42e5918e6a0d1caaed508 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29