|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
2 |
| - |
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>net462;net6.0</TargetFrameworks> |
5 |
| - <IsPackable>false</IsPackable> |
6 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
7 |
| - <CodeAnalysisRuleSet>../../stylecop_test.ruleset</CodeAnalysisRuleSet> |
8 |
| - </PropertyGroup> |
9 |
| - |
10 |
| - <ItemGroup> |
11 |
| - <PackageReference Include="Google.Apis.Auth" Version="1.67.0" /> |
12 |
| - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" /> |
13 |
| - <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> |
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> |
15 |
| - <PackageReference Include="System.Text.Json" Version="8.0.3" /> |
16 |
| - <PackageReference Include=" System.Security.Cryptography.Xml" Version="8.0.0" /> |
17 |
| - <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
18 |
| - <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
19 |
| - </ItemGroup> |
20 |
| - |
21 |
| - <ItemGroup> |
22 |
| - <ProjectReference Include="..\FirebaseAdmin\FirebaseAdmin.csproj" /> |
23 |
| - <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556"> |
24 |
| - <PrivateAssets>all</PrivateAssets> |
25 |
| - </PackageReference> |
26 |
| - </ItemGroup> |
27 |
| - |
28 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net462;net6.0</TargetFrameworks> |
| 5 | + <IsPackable>false</IsPackable> |
| 6 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 7 | + <CodeAnalysisRuleSet>../../stylecop_test.ruleset</CodeAnalysisRuleSet> |
| 8 | + </PropertyGroup> |
| 9 | + |
| 10 | + <ItemGroup> |
| 11 | + <PackageReference Include="Google.Apis.Auth" Version="1.67.0" /> |
| 12 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" /> |
| 15 | + <PackageReference Include="System.Text.Json" Version="8.0.3" /> |
| 16 | + <PackageReference Include=" System.Security.Cryptography.Xml" Version="8.0.0" /> |
| 17 | + <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
| 18 | + <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
| 19 | + </ItemGroup> |
| 20 | + |
| 21 | + <ItemGroup> |
| 22 | + <ProjectReference Include="..\FirebaseAdmin\FirebaseAdmin.csproj" /> |
| 23 | + <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556"> |
| 24 | + <PrivateAssets>all</PrivateAssets> |
| 25 | + </PackageReference> |
| 26 | + </ItemGroup> |
| 27 | + |
| 28 | +</Project> |
0 commit comments