Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PerfNetFramework.csproj « PerfNetFramework « sandbox - github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 080b4fb75adb495c1fc5b9166225b6ce4872324a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFrameworks>net472;net5.0</TargetFrameworks>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="MsgPack.Cli" version="0.9.0-beta2" />
    <PackageReference Include="Nerdbank.Streams" Version="2.4.48" />
    <PackageReference Include="Newtonsoft.Json" version="10.0.3" />
    <PackageReference Include="protobuf-net" version="2.1.0" />
    <PackageReference Include="ZeroFormatter" version="1.6.4" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\src\MessagePack\MessagePack.csproj" />
  </ItemGroup>
</Project>