Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25 (#3632)

* Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25

Bumps [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) from 1.2.4 to 1.2.25.
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](https://github.com/dotnet/reproducible-builds/compare/v1.2.4...v1.2.25)

---
updated-dependencies:
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump Meziantou.Framework.NuGetPackageValidation.Tool to 1.0.17

* Embed untracked sources also in .NET Fx 4.6.2

* remove eol disabled stuff

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
dependabot[bot] 2024-12-02 12:27:43 +00:00 committed by GitHub
parent bce110eae8
commit 01c580055b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 4 additions and 14 deletions

View File

@ -84,7 +84,7 @@ jobs:
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
- name: Install Meziantou.Framework.NuGetPackageValidation.Tool
run: dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version 1.0.16
run: dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version 1.0.17
- name: Validate nuget packages
shell: pwsh

View File

@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
<PackageVersion Include="MinVer" Version="6.0.0" />
<PackageVersion Include="OpenTelemetry" Version="1.10.0" />
<PackageVersion Include="OpenTelemetry.Api" Version="1.10.0" />

View File

@ -28,6 +28,8 @@
<Authors>OpenTelemetry Authors</Authors>
<!-- No warning on empty NuGet version suffix even if using pre-release dependencies -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
<EmbedUntrackedSources Condition=" '$(TargetFramework)' == 'net462' ">true</EmbedUntrackedSources>
</PropertyGroup>
<ItemGroup>

View File

@ -5,9 +5,6 @@
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
<Description>Loader used by the OpenTelemetry.AutoInstrumentation project.</Description>
<OutputPath>..\bin\ProfilerResources\</OutputPath>
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp2.0) -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\OpenTelemetry.AutoInstrumentation\Logging\InternalLogger.cs">

View File

@ -9,9 +9,6 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)test-keypair.snk</AssemblyOriginatorKeyFile>
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
<ItemGroup>

View File

@ -16,8 +16,5 @@
<IsPackable>false</IsPackable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
</Project>

View File

@ -9,8 +9,5 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\test-keypair.snk</AssemblyOriginatorKeyFile>
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
<CheckEolTargetFramework>false</CheckEolTargetFramework>
</PropertyGroup>
</Project>