Skip to content

Commit 302c635

Browse files
Revert "Upgrade to .NET 10"
This reverts commit 76338aa.
1 parent 4f3336e commit 302c635

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

samples/open-telemetry/prometheus-grafana/Core_10/Endpoint/Endpoint.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net10.0</TargetFramework>
6-
<LangVersion>preview</LangVersion>
7-
<ImplicitUsings>enable</ImplicitUsings>
5+
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
6+
<LangVersion>12.0</LangVersion>
87
</PropertyGroup>
98

109
<ItemGroup>
11-
<PackageReference Include="NServiceBus" Version="10.0.0-alpha.1" />
10+
<PackageReference Include="NServiceBus" Version="9.*" />
1211
<PackageReference Include="OpenTelemetry.Exporter.Prometheus.HttpListener" Version="1.*-*" />
1312
</ItemGroup>
1413

samples/open-telemetry/prometheus-grafana/Core_10/prerelease.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)