File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
MvvmGen.SourceGenerators.Tests Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
2121 with :
22- dotnet-version : 6 .0.x
22+ dotnet-version : 9 .0.x
2323
2424 - name : Restore dependencies
2525 run : dotnet restore
4040 - name : Setup .NET
4141 uses : actions/setup-dotnet@v3
4242 with :
43- dotnet-version : 6 .0.x
43+ dotnet-version : 9 .0.x
4444
4545 - name : Restore dependencies
4646 run : dotnet restore
Original file line number Diff line number Diff line change 1414 - name : Setup .NET
1515 uses : actions/setup-dotnet@v3
1616 with :
17- dotnet-version : 6 .0.x
17+ dotnet-version : 9 .0.x
1818
1919 - name : Restore dependencies
2020 run : dotnet restore
4848 - name : Setup .NET
4949 uses : actions/setup-dotnet@v3
5050 with :
51- dotnet-version : 6 .0.x
51+ dotnet-version : 9 .0.x
5252
5353 - name : Restore dependencies
5454 run : dotnet restore
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >MvvmGen</RootNamespace >
77 <Configurations >Debug;Release;MvvmGen_PureCodeGeneration</Configurations >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" PrivateAssets =" all" />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
13- <PackageReference Include =" xunit" Version =" 2.6.2 " />
14- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.4 " PrivateAssets =" all" />
15- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13 .0" PrivateAssets =" all" />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
13+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
14+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " PrivateAssets =" all" />
15+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " PrivateAssets =" all" />
1616 </ItemGroup >
1717
1818 <ItemGroup >
Original file line number Diff line number Diff line change 3434 </ItemGroup >
3535
3636 <ItemGroup >
37- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" PrivateAssets =" all" />
38- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.3.4 " PrivateAssets =" all" />
37+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.13 .0" PrivateAssets =" all" />
38+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.11.0 " PrivateAssets =" all" />
3939 </ItemGroup >
4040
4141</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66 <RootNamespace >MvvmGen</RootNamespace >
77 <Configurations >Debug;Release;MvvmGen_PureCodeGeneration</Configurations >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
12- <PackageReference Include =" xunit" Version =" 2.6.2 " />
13- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.4 " PrivateAssets =" all" />
14- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " PrivateAssets =" all" />
11+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
12+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
13+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " PrivateAssets =" all" />
14+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " PrivateAssets =" all" />
1515 </ItemGroup >
1616
1717 <ItemGroup >
You can’t perform that action at this time.
0 commit comments