Skip to content

Commit 14f4639

Browse files
Update Roslyn (Microsoft.CodeAnalysis)
1 parent 58c09f5 commit 14f4639

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/InterfaceStubGenerator.Roslyn38/InterfaceStubGenerator.Roslyn38.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SignAssembly>true</SignAssembly>
1010
<IsRoslynComponent>true</IsRoslynComponent>
1111
<Nullable>enable</Nullable>
12-
<MsCACSharpVersion>3.8.0</MsCACSharpVersion>
12+
<MsCACSharpVersion>3.11.0</MsCACSharpVersion>
1313
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1414
</PropertyGroup>
1515

src/InterfaceStubGenerator.Roslyn41/InterfaceStubGenerator.Roslyn41.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IsRoslynComponent>true</IsRoslynComponent>
1111
<Nullable>enable</Nullable>
1212
<DefineConstants>$(DefineConstants);ROSLYN_4</DefineConstants>
13-
<MsCACSharpVersion>4.1.0</MsCACSharpVersion>
13+
<MsCACSharpVersion>4.14.0</MsCACSharpVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
</PropertyGroup>
1616

src/InterfaceStubGenerator.Roslyn50/InterfaceStubGenerator.Roslyn50.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IsRoslynComponent>true</IsRoslynComponent>
1111
<Nullable>enable</Nullable>
1212
<DefineConstants>$(DefineConstants);ROSLYN_4;ROSLYN_5</DefineConstants>
13-
<MsCACSharpVersion>5.0.0</MsCACSharpVersion>
13+
<MsCACSharpVersion>5.3.0</MsCACSharpVersion>
1414
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1515
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
1616
</PropertyGroup>

src/Refit.Benchmarks/Refit.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2323
<PackageReference Include="AutoFixture" Version="4.18.1" />
2424
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0-3.24523.4" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

src/Refit.GeneratorTests/Refit.GeneratorTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
3131
<PackageReference Include="Verify.TUnit" Version="31.16.3" />
3232
<PackageReference Include="System.Reactive" Version="6.1.0" />
33-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
33+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
3434
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.3" />
3535
<ProjectReference Include="..\Refit.Newtonsoft.Json\Refit.Newtonsoft.Json.csproj" />
3636
<ProjectReference Include="..\Refit.Xml\Refit.Xml.csproj" />

src/Refit.Tests/Refit.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="System.Formats.Asn1" Version="9.0.15" />
4343
<PackageReference Include="TUnit" Version="1.45.0" />
4444
<PackageReference Include="System.Reactive" Version="6.1.0" />
45-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
45+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
4646
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.3" />
4747
<PackageReference Include="RichardSzalay.MockHttp" Version="$(MockHttpVersion)" />
4848
<PackageReference Include="Verify.DiffPlex" Version="3.1.2" />

0 commit comments

Comments
 (0)