Skip to content

Commit 00e03ef

Browse files
Bump Microsoft.CodeAnalysis.Analyzers from 3.3.4 to 3.11.0 (#45)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e5555c commit 00e03ef

File tree

5 files changed

+82
-82
lines changed

5 files changed

+82
-82
lines changed

src/Analyzers/Analyzers.csproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>.net8</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
<Nullable>enable</Nullable>
7-
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
8-
<RootNamespace>Azure.ApiManagement.PolicyToolkit.Analyzers</RootNamespace>
9-
10-
<IsPackable>false</IsPackable>
11-
</PropertyGroup>
12-
13-
<ItemGroup>
14-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4"/>
15-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
16-
</ItemGroup>
17-
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>.net8</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
8+
<RootNamespace>Azure.ApiManagement.PolicyToolkit.Analyzers</RootNamespace>
9+
10+
<IsPackable>false</IsPackable>
11+
</PropertyGroup>
12+
13+
<ItemGroup>
14+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0"/>
15+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
16+
</ItemGroup>
17+
1818
</Project>

src/Compiling/Compiling.csproj

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<PackageId>Azure.ApiManagement.PolicyToolkit.Compiling</PackageId>
5-
<PackageVersion>0.0.1</PackageVersion>
6-
<FileVersion>0.0.1</FileVersion>
7-
<AssemblyVersion>0.0.1</AssemblyVersion>
8-
<InformationalVersion>0.0.1</InformationalVersion>
9-
<Authors>Microsoft</Authors>
10-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
12-
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
13-
<PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl>
14-
<RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl>
15-
<Description>
16-
Azure API Management Policy Toolkit Compiling is a dotnet tool allowing you to transform policy document(s) from C# code to XML.
17-
Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit
18-
</Description>
19-
<PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Compiling;Policy Toolkit Compiling</PackageTags>
20-
</PropertyGroup>
21-
22-
<PropertyGroup>
23-
<OutputType>Exe</OutputType>
24-
<TargetFramework>.net8</TargetFramework>
25-
<ImplicitUsings>enable</ImplicitUsings>
26-
<Nullable>enable</Nullable>
27-
<RootNamespace>Azure.ApiManagement.PolicyToolkit.Compiling</RootNamespace>
28-
29-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
30-
<PackAsTool>true</PackAsTool>
31-
<ToolCommandName>azure-apim-policy-compiler</ToolCommandName>
32-
<PackageOutputPath>..\..\output</PackageOutputPath>
33-
</PropertyGroup>
34-
35-
<ItemGroup>
36-
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0"/>
37-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
38-
</ItemGroup>
39-
40-
<ItemGroup>
41-
<ProjectReference Include="..\Core\Core.csproj"/>
42-
</ItemGroup>
43-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<PackageId>Azure.ApiManagement.PolicyToolkit.Compiling</PackageId>
5+
<PackageVersion>0.0.1</PackageVersion>
6+
<FileVersion>0.0.1</FileVersion>
7+
<AssemblyVersion>0.0.1</AssemblyVersion>
8+
<InformationalVersion>0.0.1</InformationalVersion>
9+
<Authors>Microsoft</Authors>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
12+
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
13+
<PackageProjectUrl>https://github.com/Azure/azure-api-management-policy-toolkit</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/Azure/azure-api-management-policy-toolkit</RepositoryUrl>
15+
<Description>
16+
Azure API Management Policy Toolkit Compiling is a dotnet tool allowing you to transform policy document(s) from C# code to XML.
17+
Read more about it at https://github.com/Azure/azure-api-management-policy-toolkit
18+
</Description>
19+
<PackageTags>Azure;Azure API Management;API Gateway;API Management;Policy;Policies;Policy Toolkit;Compiling;Policy Toolkit Compiling</PackageTags>
20+
</PropertyGroup>
21+
22+
<PropertyGroup>
23+
<OutputType>Exe</OutputType>
24+
<TargetFramework>.net8</TargetFramework>
25+
<ImplicitUsings>enable</ImplicitUsings>
26+
<Nullable>enable</Nullable>
27+
<RootNamespace>Azure.ApiManagement.PolicyToolkit.Compiling</RootNamespace>
28+
29+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
30+
<PackAsTool>true</PackAsTool>
31+
<ToolCommandName>azure-apim-policy-compiler</ToolCommandName>
32+
<PackageOutputPath>..\..\output</PackageOutputPath>
33+
</PropertyGroup>
34+
35+
<ItemGroup>
36+
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0"/>
37+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
38+
</ItemGroup>
39+
40+
<ItemGroup>
41+
<ProjectReference Include="..\Core\Core.csproj"/>
42+
</ItemGroup>
43+
</Project>

src/Core/Core.csproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFramework>.net8</TargetFramework>
4-
<ImplicitUsings>enable</ImplicitUsings>
5-
<Nullable>enable</Nullable>
6-
7-
<IsPackable>false</IsPackable>
8-
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
9-
<RootNamespace>Azure.ApiManagement.PolicyToolkit</RootNamespace>
10-
</PropertyGroup>
11-
12-
<ItemGroup>
13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
14-
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4"/>
15-
</ItemGroup>
16-
17-
<ItemGroup>
18-
<ProjectReference Include="..\Authoring\Authoring.csproj"/>
19-
</ItemGroup>
20-
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>.net8</TargetFramework>
4+
<ImplicitUsings>enable</ImplicitUsings>
5+
<Nullable>enable</Nullable>
6+
7+
<IsPackable>false</IsPackable>
8+
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
9+
<RootNamespace>Azure.ApiManagement.PolicyToolkit</RootNamespace>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
14+
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0"/>
15+
</ItemGroup>
16+
17+
<ItemGroup>
18+
<ProjectReference Include="..\Authoring\Authoring.csproj"/>
19+
</ItemGroup>
20+
2121
</Project>

test/Test.Core/Test.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4"/>
1414
<PackageReference Include="MSTest.TestFramework" Version="3.6.3"/>
1515
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
1717
<PackageReference Include="FluentAssertions" Version="7.0.0"/>
1818
</ItemGroup>
1919

test/Test.Testing/Test.Testing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4"/>
1616
<PackageReference Include="MSTest.TestFramework" Version="3.6.3"/>
1717
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
18-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0"/>
18+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0"/>
1919
<PackageReference Include="FluentAssertions" Version="7.0.0"/>
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)