Skip to content

Commit 066b236

Browse files
Lts build fix (#3419)
* Update E2ETests.csproj * Update E2ETests.csproj * Update E2ETests.csproj * Update E2ETests.csproj * Update E2ETests.csproj * Update SecurityProviderTpmSimulator.csproj * Update SecurityProviderTpmSimulator.csproj
1 parent 66d95f5 commit 066b236

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

e2e/test/E2ETests.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
<RootDir>$(MSBuildProjectDirectory)\..\..</RootDir>
1111
</PropertyGroup>
1212

13+
<PropertyGroup>
14+
<NoWarn>NU1605,NU1902,NU1903</NoWarn>
15+
</PropertyGroup>
16+
1317
<!-- All Platforms -->
1418
<ItemGroup>
19+
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.3" />
20+
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
1521
<PackageReference Include="FluentAssertions" Version="5.10.0" />
1622
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.14.0" />
1723
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.0" />
@@ -20,10 +26,6 @@
2026
<PackageReference Include="MSTest.TestFramework" Version="3.0.0" />
2127
<PackageReference Include="Microsoft.CSharp" Version="4.7" />
2228
</ItemGroup>
23-
<!-- NetCore and .NET 4.7.2 -->
24-
<ItemGroup>
25-
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.3" />
26-
</ItemGroup>
2729

2830
<ItemGroup Condition=" '$(AZURE_IOT_LOCALPACKAGES)' == '' ">
2931
<ProjectReference Include="$(RootDir)\iothub\device\src\Microsoft.Azure.Devices.Client.csproj" />

security/tpm/samples/SecurityProviderTpmSimulator/SecurityProviderTpmSimulator.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
66
<RootNamespace>Microsoft.Azure.Devices.Provisioning.Security</RootNamespace>
77
</PropertyGroup>
88

9+
<PropertyGroup>
10+
<NoWarn>NU1605,NU1902,NU1903</NoWarn>
11+
</PropertyGroup>
12+
913
<ItemGroup>
1014
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Security.Tpm" Version="1.12.*" />
1115
<PackageReference Include="Microsoft.TSS" Version="2.1.1" />

0 commit comments

Comments
 (0)