We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4e4d2 commit 6224f30Copy full SHA for 6224f30
1 file changed
tests/ModelContextProtocol.Tests/ModelContextProtocol.Tests.csproj
@@ -21,6 +21,11 @@
21
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
22
</PropertyGroup>
23
24
+ <PropertyGroup Condition="'$(TargetFramework)' == 'net472'">
25
+ <!-- Suppress warning that Microsoft.Extensions.TimeProvider.Testing hasn't been tested with net472 -->
26
+ <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
27
+ </PropertyGroup>
28
+
29
<PropertyGroup>
30
<!-- Without this, tests are currently not showing results until all tests complete
31
https://xunit.net/docs/getting-started/v3/microsoft-testing-platform
0 commit comments