Skip to content

Commit cd6fe7d

Browse files
authored
Merge pull request #1499 from dotnet/dependabot/nuget/Rx.NET/Source/DiffPlex-1.7.0
Bump DiffPlex from 1.6.3 to 1.7.0 in /Rx.NET/Source
2 parents 4cf4501 + aa376a5 commit cd6fe7d

File tree

3 files changed

+6
-39
lines changed

3 files changed

+6
-39
lines changed

Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp3.1;net5.0;net5.0-windows10.0.19041</TargetFrameworks>
3+
<TargetFrameworks>net5.0;net5.0-windows10.0.19041</TargetFrameworks>
44
<NoWarn>$(NoWarn);CS0618</NoWarn>
55
<LangVersion>latest</LangVersion>
66
<AssemblyName>Tests.System.Reactive</AssemblyName>
77
<RootNamespace>Tests.System.Reactive</RootNamespace>
88
<SignAssembly>true</SignAssembly>
99
<AssemblyOriginatorKeyFile>..\..\Source\ReactiveX.snk</AssemblyOriginatorKeyFile>
1010
</PropertyGroup>
11-
1211

1312
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
1413
<UseWPF >true</UseWPF>

Rx.NET/Source/tests/Tests.System.Reactive.ApiApprovals/Tests.System.Reactive.ApiApprovals.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageReference Include="Verify.Xunit" Version="10.9.1" />
3030
<PackageReference Include="xunit" Version="2.4.1" />
3131
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
32-
<PackageReference Include="DiffPlex" Version="1.6.3" />
32+
<PackageReference Include="DiffPlex" Version="1.7.0" />
3333
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
3434
</ItemGroup>
3535

azure-pipelines.rx.yml

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -154,24 +154,8 @@ stages:
154154
inputs:
155155
command: custom
156156
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
157-
custom: add
158-
arguments: package System.Reactive -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
159-
160-
- task: DotNetCoreCLI@2
161-
displayName: Update Aliases
162-
inputs:
163-
command: custom
164-
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
165-
custom: add
166-
arguments: package System.Reactive.Observable.Aliases -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
167-
168-
- task: DotNetCoreCLI@2
169-
displayName: Update Testing
170-
inputs:
171-
command: custom
172-
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LinuxTests/LinuxTests.csproj
173-
custom: add
174-
arguments: package Microsoft.Reactive.Testing -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
157+
custom: restore
158+
arguments: --configfile $(System.DefaultWorkingDirectory)/Rx.NET/Integration/NuGet.Config
175159

176160
- task: DotNetCoreCLI@2
177161
inputs:
@@ -231,24 +215,8 @@ stages:
231215
inputs:
232216
command: custom
233217
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
234-
custom: add
235-
arguments: package System.Reactive -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
236-
237-
- task: DotNetCoreCLI@2
238-
displayName: Update Aliases
239-
inputs:
240-
command: custom
241-
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
242-
custom: add
243-
arguments: package System.Reactive.Observable.Aliases -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
244-
245-
- task: DotNetCoreCLI@2
246-
displayName: Update Testing
247-
inputs:
248-
command: custom
249-
projects: $(System.DefaultWorkingDirectory)/Rx.NET/Integration/WindowsDesktopTests/WindowsDesktopTests.csproj
250-
custom: add
251-
arguments: package Microsoft.Reactive.Testing -v $(NBGV_NuGetPackageVersion) -s $(System.DefaultWorkingDirectory)/Rx.NET/Integration/LocalPackages
218+
custom: restore
219+
arguments: --configfile $(System.DefaultWorkingDirectory)/Rx.NET/Integration/NuGet.Config
252220

253221
- task: DotNetCoreCLI@2
254222
inputs:

0 commit comments

Comments
 (0)