File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<!-- This repo version -->
5
- <VersionPrefix >17.6.0 </VersionPrefix >
5
+ <VersionPrefix >17.6.1 </VersionPrefix >
6
6
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
7
7
<!-- Opt-out repo features -->
8
8
<UsingToolXliff >false</UsingToolXliff >
Original file line number Diff line number Diff line change 12
12
and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version
13
13
from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync -->
14
14
<!-- Note that before bumping this version, you need to have one NuGet package available -->
15
- <NETTestSdkVersion >17.6.0 -dev</NETTestSdkVersion >
15
+ <NETTestSdkVersion >17.6.1 -dev</NETTestSdkVersion >
16
16
17
17
<!-- These versions are used for running unit tests, and running acceptance tests. They are also used as the default version for projects
18
18
in TestAssets.sln to allow running and debugging tests in that solution directly in VS without having to run them via AcceptanceTests. -->
You can’t perform that action at this time.
0 commit comments