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