Fixing a version conflict in Testing.Abstractions and bumping InternalsAbstractions version to 2.0.0, since I removed some public APIs from it.

This commit is contained in:
Livar Cunha 2016-08-09 18:16:35 -07:00
parent d8e7d37616
commit 8bb7e01f0f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"description": "Abstractions for making code that uses file system and environment testable.",
"version": "1.0.1-beta-*",
"version": "2.0.0-beta-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",

View file

@ -1,6 +1,6 @@
{
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
"version": "1.0.0-featmsbuild-*",
"version": "1.0.1-featmsbuild-*",
"buildOptions": {
"warningsAsErrors": true,
"allowUnsafe": true,