File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/ServiceComposer.AspNetCore.Testing Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3636 7.0.x
3737 8.0.x
3838 9.0.x
39+ 10.0.x
3940 - name : Build
4041 run : dotnet build src --configuration Release
4142 - name : Tests
6768 - name : Push symbols to Feedz.io
6869 run : dotnet nuget push ./nugets/*.snupkg --source https://f.feedz.io/servicecomposer/pre-releases/symbols --api-key ${{ secrets.FEEDZ_API_KEY }}
6970
71+
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net6.0;net7.0;net8.0;net9.0</TargetFrameworks >
4+ <TargetFrameworks >net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
55 </PropertyGroup >
66
77 <PropertyGroup >
4646 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
4747 <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [9.0.0, 10.0.0)" />
4848 </ItemGroup >
49+
50+ <ItemGroup Condition =" '$(TargetFramework)' == 'net10.0'" >
51+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [10.0.0, 11.0.0)" />
52+ </ItemGroup >
4953
5054 <ItemGroup >
5155 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments