Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 795cbc7

Browse files
committed
Re-lock dependencies with latest xunit
1 parent caec7eb commit 795cbc7

File tree

124 files changed

+32854
-21159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+32854
-21159
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- Build Tools Versions -->
1212
<PropertyGroup>
13-
<BuildToolsVersion>1.0.25-prerelease-00068</BuildToolsVersion>
13+
<BuildToolsVersion>1.0.25-prerelease-00069</BuildToolsVersion>
1414
<DnxVersion>1.0.0-beta5-12101</DnxVersion>
1515
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'!='Unix'">dnx-coreclr-win-x86.$(DnxVersion)</DnxPackageName>
1616
<DnxPackageName Condition="'$(DnxPackageName)' == '' and '$(OsEnvironment)'=='Unix'">dnx-mono.$(DnxVersion)</DnxPackageName>

files.txt

Lines changed: 0 additions & 212 deletions
This file was deleted.

src/.nuget/packages.Unix.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00068" />
3+
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00069" />
44
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
55
<package id="dnx-mono" version="1.0.0-beta5-12101" />
66
<package id="Microsoft.Net.ToolsetCompilers" version="1.0.0-rc3-20150510-01" />

src/.nuget/packages.Windows_NT.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00068" />
3+
<package id="Microsoft.DotNet.BuildTools" version="1.0.25-prerelease-00069" />
44
<package id="dnx-coreclr-win-x86" version="1.0.0-beta5-12101" />
55
<package id="Microsoft.DotNet.BuildTools.ApiTools" version="1.0.0-prerelease" />
66
</packages>

0 commit comments

Comments
 (0)