We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e34a1 commit 1db7dc0Copy full SHA for 1db7dc0
scripts/build/TestPlatform.Settings.targets
@@ -5,7 +5,7 @@
5
<!-- This version is read by vsts-prebuild.ps1 and is a base for the current version, this should be updated
6
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
7
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.6.0</TPVersionPrefix>
+ <TPVersionPrefix>17.6.1</TPVersionPrefix>
9
<LangVersion>preview</LangVersion>
10
<EnableNETAnalyzers>true</EnableNETAnalyzers>
11
<AnalysisLevel>preview</AnalysisLevel>
0 commit comments