|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 | <PropertyGroup> |
3 | | - <TargetFramework>net8.0</TargetFramework> |
| 3 | + <TargetFramework>net9.0</TargetFramework> |
4 | 4 | <RootNamespace>ByteDecoder.Queryology.Tests</RootNamespace> |
5 | 5 | <IsPackable>false</IsPackable> |
6 | 6 | </PropertyGroup> |
7 | 7 | <PropertyGroup> |
8 | 8 | <CodeAnalysisRuleSet>..\_stylecop\StyleCopRules.ruleset</CodeAnalysisRuleSet> |
9 | 9 | </PropertyGroup> |
10 | 10 | <ItemGroup> |
11 | | - <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" /> |
12 | | - <PackageReference Include="xunit" Version="2.9.0" /> |
| 11 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
| 12 | + <PackageReference Include="xunit" Version="2.9.2" /> |
13 | 13 | <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2"> |
14 | 14 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
15 | 15 | <PrivateAssets>all</PrivateAssets> |
|
18 | 18 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
19 | 19 | <PrivateAssets>all</PrivateAssets> |
20 | 20 | </PackageReference> |
21 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" /> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0" /> |
22 | 22 | <PackageReference Include="coverlet.msbuild" Version="6.0.2" /> |
23 | 23 | <PackageReference Include="StyleCop.Analyzers" Version="1.1.118" /> |
24 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" /> |
| 24 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0" /> |
25 | 25 | <PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" /> |
26 | | - <PackageReference Include="Moq" Version="4.20.70" /> |
27 | | - <PackageReference Include="xunit.analyzers" Version="1.16.0" /> |
| 26 | + <PackageReference Include="Moq" Version="4.20.72" /> |
| 27 | + <PackageReference Include="xunit.analyzers" Version="1.17.0" /> |
28 | 28 | <AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" /> |
29 | 29 | </ItemGroup> |
30 | 30 | <ItemGroup> |
|
0 commit comments