Skip to content

Commit d5760f5

Browse files
add msbuildMaxVersion to Xamarin build
1 parent bb9ce03 commit d5760f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

its/src/test/java/com/sonar/it/scanner/msbuild/sonarqube/SolutionKindTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class SolutionKindTest {
5252
// error MSB4018: System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
5353
// at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
5454
@MSBuildMinVersion(16)
55+
@MSBuildMaxVersion(17)
5556
@WorkloadPrerequisite(Workload.XAMARIN_BUILD_TOOLS)
5657
void xaml() {
5758
var context = AnalysisContext.forServer("XamarinApplication");

0 commit comments

Comments
 (0)