Changes
This commit is contained in:
parent
69a49fbde4
commit
cfffa082f6
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="MapTo" Version="0.8.2" />
|
||||
<PackageReference Include="MapTo" Version="0.8.3-g4d73897b4e" />
|
||||
<PackageReference Include="MessagePack" Version="2.3.85" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="6.0.4" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
using MapTo;
|
||||
using MessagePack;
|
||||
|
||||
namespace BlueWest.Data
|
||||
|
|
|
@ -8,8 +8,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueWest.WebApi", "BlueWest
|
|||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueWest.Collections", "BlueWest.Collections\BlueWest.Collections.csproj", "{F55019A2-E2A8-4AF1-8FBC-FA99476A1B1C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlueWest.DataAgent", "BlueWest.DataAgent\BlueWest.DataAgent.csproj", "{DB41747D-C425-42A2-B5E5-E1A29E13D1F8}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapTo", "MapTo\src\MapTo\MapTo.csproj", "{7D8CF461-E20D-48A0-981C-5B60792C56C8}"
|
||||
EndProject
|
||||
Global
|
||||
|
@ -34,10 +32,6 @@ Global
|
|||
{F55019A2-E2A8-4AF1-8FBC-FA99476A1B1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F55019A2-E2A8-4AF1-8FBC-FA99476A1B1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F55019A2-E2A8-4AF1-8FBC-FA99476A1B1C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DB41747D-C425-42A2-B5E5-E1A29E13D1F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DB41747D-C425-42A2-B5E5-E1A29E13D1F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DB41747D-C425-42A2-B5E5-E1A29E13D1F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DB41747D-C425-42A2-B5E5-E1A29E13D1F8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7D8CF461-E20D-48A0-981C-5B60792C56C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7D8CF461-E20D-48A0-981C-5B60792C56C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7D8CF461-E20D-48A0-981C-5B60792C56C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
|
2
MapTo
2
MapTo
|
@ -1 +1 @@
|
|||
Subproject commit 93e9d91ffddea41095beff5c9aaec0718d786016
|
||||
Subproject commit 4d73897b4e007d690655fdee6813124dc33d88ea
|
Loading…
Reference in New Issue