Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.IO.IsolatedStorage/tests/Configurations.props')
-rw-r--r--src/System.IO.IsolatedStorage/tests/Configurations.props8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/System.IO.IsolatedStorage/tests/Configurations.props b/src/System.IO.IsolatedStorage/tests/Configurations.props
index 90648972ae..cfc57211a4 100644
--- a/src/System.IO.IsolatedStorage/tests/Configurations.props
+++ b/src/System.IO.IsolatedStorage/tests/Configurations.props
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildConfigurations>
- netstandard1.7-Unix;
- netstandard1.7-Windows_NT;
+ netstandard-Unix;
+ netstandard-Windows_NT;
</BuildConfigurations>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file