We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3777456 + 69ef64e commit f418e23Copy full SHA for f418e23
tracer/test/test-applications/integrations/Samples.Trimming/Samples.Trimming.csproj
@@ -1,7 +1,7 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net9.0;net8.0;net7.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>net10.0;net9.0;net8.0;net7.0;net6.0</TargetFrameworks>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
</PropertyGroup>
0 commit comments