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:
parent
bce110eae8
commit
01c580055b
|
@ -84,7 +84,7 @@ jobs:
|
||||||
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
|
run: dotnet tool install --global dotnet-validate --version 0.0.1-preview.304
|
||||||
|
|
||||||
- name: Install Meziantou.Framework.NuGetPackageValidation.Tool
|
- 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
|
- name: Validate nuget packages
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<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="MinVer" Version="6.0.0" />
|
||||||
<PackageVersion Include="OpenTelemetry" Version="1.10.0" />
|
<PackageVersion Include="OpenTelemetry" Version="1.10.0" />
|
||||||
<PackageVersion Include="OpenTelemetry.Api" Version="1.10.0" />
|
<PackageVersion Include="OpenTelemetry.Api" Version="1.10.0" />
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
<Authors>OpenTelemetry Authors</Authors>
|
<Authors>OpenTelemetry Authors</Authors>
|
||||||
<!-- No warning on empty NuGet version suffix even if using pre-release dependencies -->
|
<!-- No warning on empty NuGet version suffix even if using pre-release dependencies -->
|
||||||
<NoWarn>$(NoWarn);NU5104</NoWarn>
|
<NoWarn>$(NoWarn);NU5104</NoWarn>
|
||||||
|
|
||||||
|
<EmbedUntrackedSources Condition=" '$(TargetFramework)' == 'net462' ">true</EmbedUntrackedSources>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
|
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
|
||||||
<Description>Loader used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
<Description>Loader used by the OpenTelemetry.AutoInstrumentation project.</Description>
|
||||||
<OutputPath>..\bin\ProfilerResources\</OutputPath>
|
<OutputPath>..\bin\ProfilerResources\</OutputPath>
|
||||||
|
|
||||||
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp2.0) -->
|
|
||||||
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="..\OpenTelemetry.AutoInstrumentation\Logging\InternalLogger.cs">
|
<Compile Include="..\OpenTelemetry.AutoInstrumentation\Logging\InternalLogger.cs">
|
||||||
|
|
|
@ -9,9 +9,6 @@
|
||||||
|
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)test-keypair.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)test-keypair.snk</AssemblyOriginatorKeyFile>
|
||||||
|
|
||||||
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
|
|
||||||
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -16,8 +16,5 @@
|
||||||
|
|
||||||
<IsPackable>false</IsPackable>
|
<IsPackable>false</IsPackable>
|
||||||
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||||
|
|
||||||
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
|
|
||||||
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -9,8 +9,5 @@
|
||||||
|
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\test-keypair.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\..\test-keypair.snk</AssemblyOriginatorKeyFile>
|
||||||
|
|
||||||
<!-- Hide warnings for EOL .NET Core targets (e.g. netcoreapp3.0) -->
|
|
||||||
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue