Skip to content

Commit

Permalink
Ignore warning during pack due to Azure.Monitor prerelease dep (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinothamar authored May 27, 2024
1 parent e3a4d68 commit cd55bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Altinn.App.Api/Altinn.App.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.8.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.8.0" />
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0-beta.1" />
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0-beta.1" NoWarn="NU5104" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Altinn.App.Core\Altinn.App.Core.csproj" />
Expand Down

0 comments on commit cd55bb2

Please sign in to comment.