Skip to content

Commit aae17e0

Browse files
committed
fix build warning
1 parent 9e219b2 commit aae17e0

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

AADClient.Console/AADClient.Console.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>AADClient</RootNamespace>
66
<AssemblyName>AADClient</AssemblyName>
77
<TargetFramework>net461</TargetFramework>
8+
<NoWarn>$(NoWarn);NU1507</NoWarn>
89
</PropertyGroup>
910
<ItemGroup>
1011
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />

ARMClient.Authentication/ARMClient.Authentication.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RootNamespace>ARMClient.Authentication</RootNamespace>
55
<AssemblyName>ARMClient.Authentication</AssemblyName>
66
<TargetFramework>net461</TargetFramework>
7+
<NoWarn>$(NoWarn);NU1507</NoWarn>
78
</PropertyGroup>
89
<ItemGroup>
910
<PackageReference Include="Brotli.NET" />

ARMClient.Console/ARMClient.Console.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>ARMClient</RootNamespace>
66
<AssemblyName>ARMClient</AssemblyName>
77
<TargetFramework>net461</TargetFramework>
8+
<NoWarn>$(NoWarn);NU1507</NoWarn>
89
</PropertyGroup>
910
<ItemGroup>
1011
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />

ARMClient.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ARMClient.Console", "ARMCli
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RDFEClient.Console", "RDFEClient.Console\RDFEClient.Console.csproj", "{48EE4BCC-0105-4F4C-A1E1-E6CD065266D8}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ARMClient", "..\ARMClient", "{7624BE65-6558-424D-A766-F1E7D3367731}"
11-
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug|Any CPU = Debug|Any CPU

RDFEClient.Console/RDFEClient.Console.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>RDFEClient</RootNamespace>
66
<AssemblyName>RDFEClient</AssemblyName>
77
<TargetFramework>net461</TargetFramework>
8+
<NoWarn>$(NoWarn);NU1507</NoWarn>
89
</PropertyGroup>
910
<ItemGroup>
1011
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" />

0 commit comments

Comments
 (0)