File tree 4 files changed +7
-13
lines changed
4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 21
21
<PackageVersion Include =" Microsoft.Extensions.HostFactoryResolver.Sources" Version =" $(MicrosoftExtensionsHostFactoryResolverSourcesVersion)" />
22
22
<PackageVersion Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" $(MicrosoftExtensionsConfigurationAbstractionsVersion)" />
23
23
24
- <!-- Roslyn dependencies-->
24
+ <!-- Roslyn/MSBuild dependencies-->
25
25
<PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" $(MicrosoftCodeAnalysisVersion)" />
26
26
<PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" $(MicrosoftCodeAnalysisVersion)" />
27
27
<PackageVersion Include =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" $(MicrosoftCodeAnalysisVersion)" />
28
+ <PackageVersion Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
28
29
29
30
<!-- analyzer dependencies-->
30
31
<GlobalPackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" />
56
57
<PackageVersion Include =" SQLitePCLRaw.bundle_e_sqlite3" Version =" $(SQLitePCLRawVersion)" />
57
58
58
59
<!-- Pinned versions for Component Governance/NuGetAudit - Remove when root dependencies are updated -->
59
- <!-- Workaround for Microsoft.CodeAnalysis.Workspaces.MSBuild 4.8.0, see https://github.com/dotnet/efcore/issues/34637-->
60
- <PackageVersion Include =" Microsoft.Build.Framework" Version =" $(MicrosoftBuildFrameworkVersion)" />
61
60
<!-- Workaround for Microsoft.Data.SqlClient v5.1.6 and Microsoft.CodeAnalysis.Analyzer.Testing v1.1.2-->
62
61
<PackageVersion Include =" System.Formats.Asn1" Version =" $(SystemFormatsAsn1Version)" />
63
62
<PackageVersion Include =" System.Runtime.Caching" Version =" $(SystemRuntimeCachingVersion)" />
Original file line number Diff line number Diff line change 36
36
<MicrosoftDotNetBuildTasksTemplatingVersion >10.0.0-beta.25126.4</MicrosoftDotNetBuildTasksTemplatingVersion >
37
37
</PropertyGroup >
38
38
<PropertyGroup Label =" Other dependencies" >
39
- <MicrosoftBuildFrameworkVersion >17.8.3 </MicrosoftBuildFrameworkVersion >
40
- <MicrosoftBuildUtilitiesCoreVersion >17.8.3 </MicrosoftBuildUtilitiesCoreVersion >
41
- <!-- NB: This version affects Visual Studio compatibility. See https://learn.microsoft. com/visualstudio/extensibility/ roslyn-version-support and https://github. com/dotnet/efcore/issues/34637 -->
42
- <MicrosoftCodeAnalysisVersion >4.8 .0</MicrosoftCodeAnalysisVersion >
39
+ <MicrosoftBuildFrameworkVersion >17.13.9 </MicrosoftBuildFrameworkVersion >
40
+ <MicrosoftBuildUtilitiesCoreVersion >17.13.9 </MicrosoftBuildUtilitiesCoreVersion >
41
+ <!-- NB: This version affects Visual Studio compatibility. See https://github. com/dotnet/ roslyn/blob/main/docs/wiki/NuGet-packages.md and https://learn.microsoft. com/visualstudio/extensibility/roslyn-version-support -->
42
+ <MicrosoftCodeAnalysisVersion >4.13 .0</MicrosoftCodeAnalysisVersion >
43
43
<MicrosoftCodeAnalysisTestingVersion >1.1.2</MicrosoftCodeAnalysisTestingVersion >
44
44
<AzureIdentityVersion >1.13.1</AzureIdentityVersion >
45
45
<AzureResourceManagerCosmosDBVersion >1.3.2</AzureResourceManagerCosmosDBVersion >
Original file line number Diff line number Diff line change 11
11
<ImplicitUsings >true</ImplicitUsings >
12
12
<EnforceExtendedAnalyzerRules >true</EnforceExtendedAnalyzerRules >
13
13
<NoWarn >$(NoWarn);NU5128</NoWarn >
14
+ <NoWarn >$(NoWarn);RS1038</NoWarn > <!-- Compiler extensions should be implemented in assemblies with compiler-provided references, #35752 -->
14
15
</PropertyGroup >
15
16
16
17
<ItemGroup >
Original file line number Diff line number Diff line change 21
21
<PackageVersion Include =" SQLitePCLRaw.bundle_e_sqlite3mc" Version =" $(SQLitePCLRawVersion)" />
22
22
<PackageVersion Include =" SQLitePCLRaw.bundle_winsqlite3" Version =" $(SQLitePCLRawVersion)" />
23
23
24
- <!-- Newer version of Roslyn used in tests for testing -->
25
- <!-- https://github.com/dotnet/efcore/issues/34637-->
26
- <PackageVersion Update =" Microsoft.CodeAnalysis.CSharp" Version =" 4.10.0" />
27
- <PackageVersion Update =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.10.0" />
28
- <PackageVersion Update =" Microsoft.CodeAnalysis.Workspaces.MSBuild" Version =" 4.10.0" />
29
-
30
24
<!-- Pinned versions for Component Governance/NuGetAudit - Remove when root dependencies are updated -->
31
25
<!-- Workaround for IdentityServer4.EntityFramework v4.1.2-->
32
26
<PackageVersion Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 8.0.8" />
You can’t perform that action at this time.
0 commit comments