Skip to content

Commit

Permalink
update dependency libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel committed May 22, 2019
1 parent df24b4f commit 7090f6a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions BuildTools/ReactiveProperty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ReactiveProperty</id>
<version>5.5.0</version>
<version>5.5.1</version>
<title>ReactiveProperty</title>
<authors>neuecc xin9le okazuki</authors>
<owners>neuecc xin9le okazuki</owners>
Expand All @@ -18,11 +18,11 @@
<group targetFramework="uap10.0">
<dependency id="Microsoft.Xaml.Behaviors.Uwp.Managed" version="2.0.0" />
<dependency id="System.ComponentModel.Annotations" version="4.5.0" />
<dependency id="System.Reactive" version="4.1.3" />
<dependency id="System.Reactive" version="4.1.5" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="System.ComponentModel.Annotations" version="4.5.0" />
<dependency id="System.Reactive" version="4.1.3" />
<dependency id="System.Reactive" version="4.1.5" />
</group>
</dependencies>
<frameworkAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Sample/Sample.ViewModels/Sample.ViewModels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
<PackageReference Include="System.Reactive" Version="4.1.3" />
<PackageReference Include="System.Reactive" Version="4.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Sample/UWP.TodoMVVM/UWP.TodoMVVM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@
<Version>6.2.8</Version>
</PackageReference>
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.1</Version>
<Version>12.0.2</Version>
</PackageReference>
<PackageReference Include="Prism.Unity">
<Version>6.3.0</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>4.1.3</Version>
<Version>4.1.5</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Sample/UWP/UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
<Version>6.2.8</Version>
</PackageReference>
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>4.1.3</Version>
<Version>4.1.5</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
4 changes: 2 additions & 2 deletions Sample/WPF/WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,11 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Platforms">
<Version>2.2.0</Version>
<Version>2.2.1</Version>
</PackageReference>
<PackageReference Include="NETStandard.Library" Version="2.0.3" />
<PackageReference Include="System.Reactive">
<Version>4.1.3</Version>
<Version>4.1.5</Version>
</PackageReference>
<PackageReference Include="Unofficial.Blend.Interactivity">
<Version>1.0.0</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
<PackageReference Include="System.Reactive" Version="4.1.3" />
<PackageReference Include="System.Reactive" Version="4.1.5" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DocumentationFile>..\..\Binary\net461\ReactiveProperty.NET46.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Platforms" Version="2.2.0" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="2.2.1" />
<PackageReference Include="Unofficial.Blend.Interactivity" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
<Version>6.2.8</Version>
</PackageReference>
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed">
<Version>2.0.0</Version>
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="System.Reactive">
<Version>4.1.3</Version>
<Version>4.1.5</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\ReactiveProperty.Platform.Shared\ReactiveProperty.Platform.Shared.projitems" Label="Shared" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.Platforms" Version="2.2.0" />
<PackageReference Include="System.Reactive" Version="4.1.3" />
<PackageReference Include="Microsoft.NETCore.Platforms" Version="2.2.1" />
<PackageReference Include="System.Reactive" Version="4.1.5" />
</ItemGroup>
<ItemGroup>
<Compile Include="BindingSupportExtensions.cs" />
Expand Down
4 changes: 2 additions & 2 deletions Test/ReactiveProperty.Tests/ReactiveProperty.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ChainingAssertion" Version="1.7.1" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.1.3" />
<PackageReference Include="Microsoft.Reactive.Testing" Version="4.1.5" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="NETStandard.Library">
Expand Down

0 comments on commit 7090f6a

Please sign in to comment.