Add gitmodules

This commit is contained in:
CodeLiturgy 2022-08-03 22:36:22 +01:00
parent fc999fcd26
commit 9a827e9627
5 changed files with 5 additions and 4 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "MapTo"]
path = include/MapTo
url = git://git.codeliturgy.com/CodeLiturgy/MapTo.git

View File

@ -8,7 +8,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MapTo" Version="0.9.3" />
<PackageReference Include="MessagePack" Version="2.3.85" /> <PackageReference Include="MessagePack" Version="2.3.85" />
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" /> <PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
</ItemGroup> </ItemGroup>

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
@ -16,7 +16,7 @@
<Access>Public</Access> <Access>Public</Access>
<ProtoCompile>True</ProtoCompile> <ProtoCompile>True</ProtoCompile>
<CompileOutputs>True</CompileOutputs> <CompileOutputs>True</CompileOutputs>
<OutputDir>obj\Release\net5.0-windows\</OutputDir> <OutputDir>obj\Release\net6.0-windows\</OutputDir>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Protobuf> </Protobuf>
</ItemGroup> </ItemGroup>

1
MapTo

@ -1 +0,0 @@
Subproject commit c241fd4cb5f34a20e3a42e5918e6a0d1caaed508

0
README.md Normal file
View File