2019-09-06 19:25:54 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-09-10 22:48:25 +02:00
|
|
|
|
<TargetFrameworks>netstandard2.0;netcoreapp2.1</TargetFrameworks>
|
2019-09-15 19:09:43 +02:00
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
2020-01-02 19:37:19 +01:00
|
|
|
|
<Version>1.3.0.0</Version>
|
|
|
|
|
<FileVersion>1.3.0.0</FileVersion>
|
|
|
|
|
<AssemblyVersion>1.3.0.0</AssemblyVersion>
|
2019-09-06 19:25:54 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.2.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Capnp.Net.Runtime\Capnp.Net.Runtime.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|