Skip to content

Commit 3789e2b

Browse files
Fix versions (#4137)
Fix versions
1 parent 7892451 commit 3789e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build/TestPlatform.Dependencies.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- this version also needs to be "statically" readable because the test fixture will inspect this file for the version
1212
and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version
1313
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-
<NETTestSdkVersion>17.4.0-dev</NETTestSdkVersion>
14+
<NETTestSdkVersion>17.4.1-dev</NETTestSdkVersion>
1515

1616
<!-- These versions are used for running unit tests, and running acceptance tests. They are also used as the default version for projects
1717
in TestAssets.sln to allow running and debugging tests in that solution directly in VS without having to run them via AcceptanceTests. -->

scripts/build/TestPlatform.Settings.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- This version is read by vsts-prebuild.ps1 and is a base for the current version, this should be updated
66
at the start of new iteration to the goal number. This is also used to version the local packages. This version needs to be statically
77
readable when we read the file as xml, don't move it to a .props file, unless you change the build server process -->
8-
<TPVersionPrefix>17.4.0</TPVersionPrefix>
8+
<TPVersionPrefix>17.4.1</TPVersionPrefix>
99
<LangVersion>preview</LangVersion>
1010
<EnableNETAnalyzers>true</EnableNETAnalyzers>
1111
<AnalysisLevel>preview</AnalysisLevel>

0 commit comments

Comments
 (0)