blob: 18fce017705eff8f3b602184448744d7c7f0ddcb [file] [log] [blame]
Jens Geyeraffea7b2020-05-22 17:28:30 +02001<Project Sdk="Microsoft.NET.Sdk">
Jens Geyeraa0c8b32019-01-28 23:27:45 +01002 <!--
3 Licensed to the Apache Software Foundation(ASF) under one
4 or more contributor license agreements.See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership.The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19 -->
Mario Emmenlauerdb997bd2021-08-25 11:53:41 +020020
Jens Geyeraa0c8b32019-01-28 23:27:45 +010021 <PropertyGroup>
Jens Geyer4c7b9fd2021-12-04 22:48:37 +010022 <TargetFramework>net6.0</TargetFramework>
Jens Geyerf7e6c652021-08-03 22:21:05 +020023 <Version>0.16.0.0</Version>
Jens Geyeraa0c8b32019-01-28 23:27:45 +010024 </PropertyGroup>
Mario Emmenlauerdb997bd2021-08-25 11:53:41 +020025
Jens Geyeraa0c8b32019-01-28 23:27:45 +010026 <ItemGroup>
Jens Geyer4c7b9fd2021-12-04 22:48:37 +010027 <PackageReference Include="CompareNETObjects" Version="4.74.0" />
28 <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
29 <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
30 <PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
Jens Geyer526a1ac2021-02-13 13:58:09 +010031 <PackageReference Include="NSubstitute" Version="4.2.2" />
Jens Geyeraa0c8b32019-01-28 23:27:45 +010032 </ItemGroup>
Mario Emmenlauerdb997bd2021-08-25 11:53:41 +020033
Jens Geyeraa0c8b32019-01-28 23:27:45 +010034 <ItemGroup>
35 <ProjectReference Include="..\..\Thrift\Thrift.csproj" />
Jens Geyeraffea7b2020-05-22 17:28:30 +020036 <ProjectReference Include="..\Thrift.PublicInterfaces.Compile.Tests\Thrift.PublicInterfaces.Compile.Tests.csproj" />
Jens Geyeraa0c8b32019-01-28 23:27:45 +010037 </ItemGroup>
Mario Emmenlauerdb997bd2021-08-25 11:53:41 +020038
Jens Geyeraa0c8b32019-01-28 23:27:45 +010039 <ItemGroup>
40 <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
41 </ItemGroup>
Jens Geyer4c7b9fd2021-12-04 22:48:37 +010042
43 <ItemGroup>
44 <PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" />
45 </ItemGroup>
Jens Geyeraa0c8b32019-01-28 23:27:45 +010046</Project>