Skip to content

Commit e1142f4

Browse files
authored
Update minor version of analyzer-related dependencies. (#50)
1 parent 91db72e commit e1142f4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DecoratorGenerator.UnitTests/DecoratorGenerator.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.103.8" />
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.NUnit" Version="1.1.1" />
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1818
<PackageReference Include="NUnit" Version="3.14.0" />
1919
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

DecoratorGenerator/DecoratorGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<PrivateAssets>all</PrivateAssets>
5252
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5353
</PackageReference>
54-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.7.0" />
55-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.7.0" />
54+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
55+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
5656
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

SampleLibrary/SampleLibrary.csproj

Lines changed: 2 additions & 2 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>net6.0</TargetFramework>
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<ProjectReference Include="..\DecoratorGenerator\DecoratorGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
14+
<ProjectReference Include="..\DecoratorGenerator\DecoratorGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)