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.
1 parent 4f3336e commit 302c635Copy full SHA for 302c635
samples/open-telemetry/prometheus-grafana/Core_10/Endpoint/Endpoint.csproj
@@ -2,13 +2,12 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net10.0</TargetFramework>
6
- <LangVersion>preview</LangVersion>
7
- <ImplicitUsings>enable</ImplicitUsings>
+ <TargetFrameworks>net9.0;net8.0</TargetFrameworks>
+ <LangVersion>12.0</LangVersion>
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="NServiceBus" Version="10.0.0-alpha.1" />
+ <PackageReference Include="NServiceBus" Version="9.*" />
12
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.HttpListener" Version="1.*-*" />
13
</ItemGroup>
14
samples/open-telemetry/prometheus-grafana/Core_10/prerelease.txt
0 commit comments