|
1 | 1 | <Project>
|
2 | 2 | <Import Project="..\Directory.Packages.props" />
|
| 3 | + |
| 4 | + <!-- Dependencies used only in tests --> |
3 | 5 | <ItemGroup>
|
4 |
| - <!-- testing dependencies --> |
5 |
| - <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="$(MicrosoftCodeAnalysisTestingVersion)" /> |
6 |
| - <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="$(MicrosoftCodeAnalysisTestingVersion)" /> |
| 6 | + <!-- See https://github.com/dotnet/roslyn-sdk/issues/1175 --> |
| 7 | + <PackageVersion Include="Microsoft.CodeAnalysis.Analyzer.Testing" Version="1.1.3-beta1.24423.1" /> |
| 8 | + <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.XUnit" Version="1.1.3-beta1.24352.1" /> |
| 9 | + <PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.1.3-beta1.24352.1" /> |
7 | 10 |
|
8 |
| - <!-- dependencies only used in tests --> |
9 | 11 | <PackageVersion Include="Azure.Identity" Version="$(AzureIdentityVersion)" />
|
10 | 12 | <PackageVersion Include="Azure.ResourceManager.CosmosDB" Version="$(AzureResourceManagerCosmosDBVersion)" />
|
11 | 13 | <PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" />
|
|
21 | 23 | <PackageVersion Include="SQLitePCLRaw.bundle_e_sqlite3mc" Version="$(SQLitePCLRawVersion)" />
|
22 | 24 | <PackageVersion Include="SQLitePCLRaw.bundle_winsqlite3" Version="$(SQLitePCLRawVersion)" />
|
23 | 25 |
|
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 | 26 | <!-- Pinned versions for Component Governance/NuGetAudit - Remove when root dependencies are updated -->
|
31 | 27 | <!--Workaround for IdentityServer4.EntityFramework v4.1.2-->
|
32 | 28 | <PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.8" />
|
|
0 commit comments