Skip to content

Commit

Permalink
update refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jul 19, 2018
1 parent 8fc7f8c commit 00141e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>2.5.8</Version>
<LangVersion>latest</LangVersion>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion TestAssemblies/AssemblyFSharp/AssemblyFSharp.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ProjectReference Include="..\..\PropertyChanged\PropertyChanged.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="System.ValueTuple" Version="4.4.0" />
<PackageReference Update="FSharp.Core" Version="4.5.0" />
<PackageReference Update="System.ValueTuple" Version="4.5.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="3.1.3" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<Reference Include="Microsoft.CSharp" />
<ProjectReference Include="..\PropertyChanged.Fody\PropertyChanged.Fody.csproj" />
<ProjectReference Include="..\PropertyChanged\PropertyChanged.csproj" />
Expand Down

0 comments on commit 00141e5

Please sign in to comment.