File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
src/ServiceComposer.AspNetCore.Testing Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0;net7.0;net8.0</TargetFrameworks >
4
+ <TargetFrameworks >net6.0;net7.0;net8.0;net9.0 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup >
39
39
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
40
40
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [8.0.0, 9.0.0)" />
41
41
</ItemGroup >
42
+
43
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
44
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" [9.0.0, 10.0.0)" />
45
+ </ItemGroup >
42
46
43
47
<ItemGroup >
44
48
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
51
55
</PackageReference >
52
56
</ItemGroup >
53
57
54
- <Target Name =" AppVeyorPullRequestsTarget" AfterTargets =" MinVer" Condition =" '$(APPVEYOR_PULL_REQUEST_NUMBER)' != ''" >
55
- <PropertyGroup >
56
- <PackageVersion >$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)-PR.$(APPVEYOR_PULL_REQUEST_NUMBER).$(MinVerPreRelease)</PackageVersion >
57
- <PackageVersion Condition =" '$(MinVerBuildMetadata)' != ''" >$(PackageVersion)+$(MinVerBuildMetadata)</PackageVersion >
58
- <Version >$(PackageVersion)</Version >
59
- </PropertyGroup >
60
- </Target >
61
-
62
58
</Project >
You can’t perform that action at this time.
0 commit comments