This commit is contained in:
Rui Sousa 2021-12-06 16:48:34 +00:00
parent 4b139ec8b0
commit d788b642c7
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MapTo" Version="0.8.4-ge314387772" /> <PackageReference Include="MapTo" Version="0.8.5-geb32ef8e94" />
<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

@ -5,8 +5,8 @@ using MapTo;
namespace BlueWest.Data namespace BlueWest.Data
{ {
[AAttribute(typeof(FinanceTransaction))]
[MapFrom(typeof(FinanceTransaction))] [MapFrom(typeof(FinanceTransaction))]
public partial class FinanceTransactionReadDto public partial class FinanceTransactionReadDto
{ {
public int Id { get; set; } public int Id { get; set; }

2
MapTo

@ -1 +1 @@
Subproject commit eb32ef8e94ec1eb8f49fcc207045456f256eabf1 Subproject commit 9d1e064c3a1a2e8912dc3b8cc03021f7c925ae95