1
0
mirror of synced 2024-07-01 16:27:40 +00:00
Tapeti/Examples/Messaging.TapetiExample/Messaging.TapetiExample.csproj
2022-02-09 08:35:57 +01:00

13 lines
340 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="Tapeti.Annotations" Version="3.0.0" />
</ItemGroup>
</Project>