File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
security/tpm/samples/SecurityProviderTpmSimulator Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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" />
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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments