Add gitmodules
This commit is contained in:
parent
fc999fcd26
commit
9a827e9627
|
@ -0,0 +1,3 @@
|
|||
[submodule "MapTo"]
|
||||
path = include/MapTo
|
||||
url = git://git.codeliturgy.com/CodeLiturgy/MapTo.git
|
|
@ -8,7 +8,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MapTo" Version="0.9.3" />
|
||||
<PackageReference Include="MessagePack" Version="2.3.85" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
<Access>Public</Access>
|
||||
<ProtoCompile>True</ProtoCompile>
|
||||
<CompileOutputs>True</CompileOutputs>
|
||||
<OutputDir>obj\Release\net5.0-windows\</OutputDir>
|
||||
<OutputDir>obj\Release\net6.0-windows\</OutputDir>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Protobuf>
|
||||
</ItemGroup>
|
||||
|
|
1
MapTo
1
MapTo
|
@ -1 +0,0 @@
|
|||
Subproject commit c241fd4cb5f34a20e3a42e5918e6a0d1caaed508
|
Loading…
Reference in New Issue