Skip to content

Commit 01c5800

Browse files
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](dotnet/reproducible-builds@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] <[email protected]> * 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <[email protected]>
1 parent bce110e commit 01c5800

File tree

7 files changed

+4
-14
lines changed

7 files changed

+4
-14
lines changed

.github/workflows/build-nuget-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
8585

8686
- name: Install Meziantou.Framework.NuGetPackageValidation.Tool
87-
run: dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version 1.0.16
87+
run: dotnet tool install --global Meziantou.Framework.NuGetPackageValidation.Tool --version 1.0.17
8888

8989
- name: Validate nuget packages
9090
shell: pwsh

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.4" />
7+
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
88
<PackageVersion Include="MinVer" Version="6.0.0" />
99
<PackageVersion Include="OpenTelemetry" Version="1.10.0" />
1010
<PackageVersion Include="OpenTelemetry.Api" Version="1.10.0" />

src/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<Authors>OpenTelemetry Authors</Authors>
2929
<!-- No warning on empty NuGet version suffix even if using pre-release dependencies -->
3030
<NoWarn>$(NoWarn);NU5104</NoWarn>
31+
32+
<EmbedUntrackedSources Condition=" '$(TargetFramework)' == 'net462' ">true</EmbedUntrackedSources>
3133
</PropertyGroup>
3234

3335
<ItemGroup>

src/OpenTelemetry.AutoInstrumentation.Loader/OpenTelemetry.AutoInstrumentation.Loader.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
66
<Description>Loader used by the OpenTelemetry.AutoInstrumentation project.</Description>
77
<OutputPath>..\bin\ProfilerResources\</OutputPath>
8-
9-
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp2.0) -->
10-
<CheckEolTargetFramework>false</CheckEolTargetFramework>
118
</PropertyGroup>
129
<ItemGroup>
1310
<Compile Include="..\OpenTelemetry.AutoInstrumentation\Logging\InternalLogger.cs">

test/Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
<SignAssembly>true</SignAssembly>
1111
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)test-keypair.snk</AssemblyOriginatorKeyFile>
12-
13-
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
14-
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1512
</PropertyGroup>
1613

1714
<ItemGroup>

test/test-applications/integrations/Integrations.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616

1717
<IsPackable>false</IsPackable>
1818
<GenerateDocumentationFile>false</GenerateDocumentationFile>
19-
20-
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
21-
<CheckEolTargetFramework>false</CheckEolTargetFramework>
2219
</PropertyGroup>
2320
</Project>

test/test-applications/mocks/Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@
99

1010
<SignAssembly>true</SignAssembly>
1111
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\test-keypair.snk</AssemblyOriginatorKeyFile>
12-
13-
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
14-
<CheckEolTargetFramework>false</CheckEolTargetFramework>
1512
</PropertyGroup>
1613
</Project>

0 commit comments

Comments
 (0)