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:
parent
d8e7d37616
commit
8bb7e01f0f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Abstractions for making code that uses file system and environment testable.",
|
"description": "Abstractions for making code that uses file system and environment testable.",
|
||||||
"version": "1.0.1-beta-*",
|
"version": "2.0.0-beta-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk",
|
"keyFile": "../../tools/Key.snk",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Abstractions for test runners to communicate to a tool, such as Visual Studio.",
|
"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": {
|
"buildOptions": {
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"allowUnsafe": true,
|
"allowUnsafe": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue