-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathSpanner.Samples.Tests.csproj
More file actions
28 lines (23 loc) · 991 Bytes
/
Spanner.Samples.Tests.csproj
File metadata and controls
28 lines (23 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<None Remove="runTests.ps1" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Cloud.Kms.V1" Version="3.21.0" />
<PackageReference Include="Google.Apis.Iam.v1" Version="1.73.0.4096" />
<PackageReference Include="JUnitTestLogger" Version="1.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\testutil\testutil.csproj" />
<ProjectReference Include="..\Spanner.Samples\Spanner.Samples.csproj" />
</ItemGroup>
</Project>