Skip to content

Commit 4f8ca99

Browse files
Merge pull request #20 from jonathanalgar/bump-packages
Bump packages
2 parents 5f7fd3b + b6d9ad3 commit 4f8ca99

3 files changed

Lines changed: 98 additions & 95 deletions

File tree

Lines changed: 82 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,85 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
5-
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7-
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
8-
<PlatformTarget>x64</PlatformTarget>
9-
</PropertyGroup>
10-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
11-
<PropertyGroup>
12-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
13-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
14-
<SchemaVersion>2.0</SchemaVersion>
15-
<ProjectTypeGuids>{82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16-
<ProjectGuid>{51A666D5-565B-439E-8DE7-A1462FB36179}</ProjectGuid>
17-
<OutputType>Library</OutputType>
18-
<AppDesignerFolder>Properties</AppDesignerFolder>
19-
<RootNamespace>CustomCode_Analyzer</RootNamespace>
20-
<AssemblyName>CustomCode_Analyzer</AssemblyName>
21-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
22-
<GeneratePkgDefFile>false</GeneratePkgDefFile>
23-
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
24-
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
25-
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
26-
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
27-
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
28-
<VSSDKTargetPlatformRegRootSuffix>Roslyn</VSSDKTargetPlatformRegRootSuffix>
29-
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
30-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33-
<DebugSymbols>true</DebugSymbols>
34-
<DebugType>full</DebugType>
35-
<Optimize>false</Optimize>
36-
<OutputPath>bin\Debug\</OutputPath>
37-
<DefineConstants>DEBUG;TRACE</DefineConstants>
38-
<ErrorReport>prompt</ErrorReport>
39-
<WarningLevel>4</WarningLevel>
40-
</PropertyGroup>
41-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42-
<DebugType>pdbonly</DebugType>
43-
<Optimize>true</Optimize>
44-
<OutputPath>bin\Release\</OutputPath>
45-
<DefineConstants>TRACE</DefineConstants>
46-
<ErrorReport>prompt</ErrorReport>
47-
<WarningLevel>4</WarningLevel>
48-
</PropertyGroup>
49-
<PropertyGroup>
50-
<StartAction>Program</StartAction>
51-
<StartProgram>$(DevEnvDir)devenv.exe</StartProgram>
52-
<StartArguments>/rootsuffix Roslyn</StartArguments>
53-
</PropertyGroup>
54-
55-
<ItemGroup>
56-
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.6.2164">
57-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
58-
<PrivateAssets>all</PrivateAssets>
59-
</PackageReference>
60-
</ItemGroup>
61-
62-
<ItemGroup>
63-
<Content Include="..\..\LICENSE">
64-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
65-
<IncludeInVSIX>true</IncludeInVSIX>
66-
<Link>Resources\LICENSE</Link>
67-
</Content>
68-
<Content Include="..\..\README.md">
69-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
70-
<IncludeInVSIX>true</IncludeInVSIX>
71-
<Link>README.md</Link>
72-
</Content>
73-
</ItemGroup>
74-
75-
<ItemGroup>
76-
<None Include="source.extension.vsixmanifest">
77-
<SubType>Designer</SubType>
78-
</None>
79-
</ItemGroup>
80-
<ItemGroup>
81-
<ProjectReference Include="..\CustomCode-Analyzer\CustomCode-Analyzer.csproj">
82-
<Project>{3FDD8E27-C786-4F91-9EDE-04C42BDC5273}</Project>
83-
<Name>CustomCode-Analyzer</Name>
84-
</ProjectReference>
85-
</ItemGroup>
86-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87-
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
3+
<PropertyGroup>
4+
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
7+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
8+
<PlatformTarget>x64</PlatformTarget>
9+
</PropertyGroup>
10+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
11+
<PropertyGroup>
12+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
13+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
14+
<SchemaVersion>2.0</SchemaVersion>
15+
<ProjectTypeGuids>{82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16+
<ProjectGuid>{51A666D5-565B-439E-8DE7-A1462FB36179}</ProjectGuid>
17+
<OutputType>Library</OutputType>
18+
<AppDesignerFolder>Properties</AppDesignerFolder>
19+
<RootNamespace>CustomCode_Analyzer</RootNamespace>
20+
<AssemblyName>CustomCode_Analyzer</AssemblyName>
21+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
22+
<GeneratePkgDefFile>false</GeneratePkgDefFile>
23+
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
24+
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
25+
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
26+
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
27+
<CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
28+
<VSSDKTargetPlatformRegRootSuffix>Roslyn</VSSDKTargetPlatformRegRootSuffix>
29+
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
30+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33+
<DebugSymbols>true</DebugSymbols>
34+
<DebugType>full</DebugType>
35+
<Optimize>false</Optimize>
36+
<OutputPath>bin\Debug\</OutputPath>
37+
<DefineConstants>DEBUG;TRACE</DefineConstants>
38+
<ErrorReport>prompt</ErrorReport>
39+
<WarningLevel>4</WarningLevel>
40+
</PropertyGroup>
41+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42+
<DebugType>pdbonly</DebugType>
43+
<Optimize>true</Optimize>
44+
<OutputPath>bin\Release\</OutputPath>
45+
<DefineConstants>TRACE</DefineConstants>
46+
<ErrorReport>prompt</ErrorReport>
47+
<WarningLevel>4</WarningLevel>
48+
</PropertyGroup>
49+
<PropertyGroup>
50+
<StartAction>Program</StartAction>
51+
<StartProgram>$(DevEnvDir)devenv.exe</StartProgram>
52+
<StartArguments>/rootsuffix Roslyn</StartArguments>
53+
</PropertyGroup>
54+
<ItemGroup>
55+
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.12.2069">
56+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
57+
<PrivateAssets>all</PrivateAssets>
58+
</PackageReference>
59+
</ItemGroup>
60+
<ItemGroup>
61+
<Content Include="..\..\LICENSE">
62+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
63+
<IncludeInVSIX>true</IncludeInVSIX>
64+
<Link>Resources\LICENSE</Link>
65+
</Content>
66+
<Content Include="..\..\README.md">
67+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
68+
<IncludeInVSIX>true</IncludeInVSIX>
69+
<Link>README.md</Link>
70+
</Content>
71+
</ItemGroup>
72+
<ItemGroup>
73+
<None Include="source.extension.vsixmanifest">
74+
<SubType>Designer</SubType>
75+
</None>
76+
</ItemGroup>
77+
<ItemGroup>
78+
<ProjectReference Include="..\CustomCode-Analyzer\CustomCode-Analyzer.csproj">
79+
<Project>{3FDD8E27-C786-4F91-9EDE-04C42BDC5273}</Project>
80+
<Name>CustomCode-Analyzer</Name>
81+
</ProjectReference>
82+
</ItemGroup>
83+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
8885
</Project>

src/CustomCode-Analyzer/CustomCode-Analyzer.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@
2222
<IncludeBuildOutput>false</IncludeBuildOutput>
2323
<DevelopmentDependency>true</DevelopmentDependency>
2424
<NoPackageAnalysis>true</NoPackageAnalysis>
25+
<NoWarn>RS2008</NoWarn>
2526
</PropertyGroup>
2627

2728
<ItemGroup>
28-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" PrivateAssets="all" />
29-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.11.0" PrivateAssets="all" />
29+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" PrivateAssets="all" />
30+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
31+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" PrivateAssets="all" />
3032
</ItemGroup>
3133

3234
<ItemGroup>

tests/CustomCode-Analyzer.Tests/CustomCode-Analyzer.Tests.csproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -11,19 +11,23 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
15-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.3" />
16-
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
15+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.0" />
16+
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" />
1718
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.2" />
1819
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest" Version="1.1.2" />
19-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
20-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
20+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
2122
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0">
23+
<PrivateAssets>all</PrivateAssets>
24+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25+
</PackageReference>
26+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
2227
<PrivateAssets>all</PrivateAssets>
2328
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2429
</PackageReference>
25-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
26-
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.11.0">
30+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" Version="4.12.0">
2731
<PrivateAssets>all</PrivateAssets>
2832
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2933
</PackageReference>

0 commit comments

Comments
 (0)