diff --git a/README.md b/README.md
index 79e893e..8a3091b 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,6 @@ cd dsl-samples/ProseSample/ProseSample # ... or the directory for any other sam
dotnet run # run the sample in the current directory
```
-## Contributing
-
-The source of truth for all the information in this repository is actually an internal Microsoft repository, and any
-changes made here are at risk of being overwritten by future public releases from the PROSE team. If you detect issues
-with any of the samples or other things in this repo, please [open an issue](https://github.com/microsoft/prose/issues),
-and someone from the PROSE team will work with you to see that the problem is addressed.
-
---
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
diff --git a/api-samples/Extraction.Json/Extraction.Json.csproj b/api-samples/Extraction.Json/Extraction.Json.csproj
index 3960454..26061fc 100644
--- a/api-samples/Extraction.Json/Extraction.Json.csproj
+++ b/api-samples/Extraction.Json/Extraction.Json.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/api-samples/Extraction.Web/Extraction.Web.csproj b/api-samples/Extraction.Web/Extraction.Web.csproj
index d824bab..ec2854c 100644
--- a/api-samples/Extraction.Web/Extraction.Web.csproj
+++ b/api-samples/Extraction.Web/Extraction.Web.csproj
@@ -9,7 +9,7 @@
-
+
diff --git a/api-samples/Read.FlatFile/Read.FlatFile.csproj b/api-samples/Read.FlatFile/Read.FlatFile.csproj
index 111208a..8b205e9 100644
--- a/api-samples/Read.FlatFile/Read.FlatFile.csproj
+++ b/api-samples/Read.FlatFile/Read.FlatFile.csproj
@@ -5,7 +5,7 @@
-
+
diff --git a/api-samples/Split.Text/Split.Text.csproj b/api-samples/Split.Text/Split.Text.csproj
index 9d1a6f3..a53e316 100644
--- a/api-samples/Split.Text/Split.Text.csproj
+++ b/api-samples/Split.Text/Split.Text.csproj
@@ -6,7 +6,7 @@
-
+
diff --git a/api-samples/Transformation.Json/Transformation.Json.csproj b/api-samples/Transformation.Json/Transformation.Json.csproj
index 5cff130..055cfb0 100644
--- a/api-samples/Transformation.Json/Transformation.Json.csproj
+++ b/api-samples/Transformation.Json/Transformation.Json.csproj
@@ -6,6 +6,6 @@
-
+
diff --git a/api-samples/Transformation.Text/Transformation.Text.csproj b/api-samples/Transformation.Text/Transformation.Text.csproj
index 506a4a1..cc71538 100644
--- a/api-samples/Transformation.Text/Transformation.Text.csproj
+++ b/api-samples/Transformation.Text/Transformation.Text.csproj
@@ -6,6 +6,6 @@
-
+
diff --git a/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj b/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj
index 56b3cde..386dd87 100644
--- a/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj
+++ b/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj
@@ -4,7 +4,7 @@
netcoreapp3.1
-
-
+
+
diff --git a/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj b/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj
index 27f2606..7217a24 100644
--- a/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj
+++ b/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj
@@ -5,7 +5,7 @@
-
+
diff --git a/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj b/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj
index 5b838b0..96ce9ee 100644
--- a/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj
+++ b/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj
@@ -6,9 +6,9 @@
-
-
-
+
+
+
diff --git a/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj b/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj
index 73e0ab9..67453dd 100644
--- a/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj
+++ b/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/dsl-samples/ProseSample/ProseSample/ProseSample.csproj b/dsl-samples/ProseSample/ProseSample/ProseSample.csproj
index 55b616c..ea26533 100644
--- a/dsl-samples/ProseSample/ProseSample/ProseSample.csproj
+++ b/dsl-samples/ProseSample/ProseSample/ProseSample.csproj
@@ -14,7 +14,7 @@
-
+
diff --git a/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj
index b1f008d..ca5c078 100644
--- a/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj
+++ b/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj
@@ -5,8 +5,8 @@
-
-
+
+
diff --git a/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj
index 2233f30..fc057b5 100644
--- a/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj
+++ b/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj
@@ -4,8 +4,8 @@
netcoreapp2.1
-
-
+
+
diff --git a/misc/BenchmarkDriver/BenchmarkDriver.csproj b/misc/BenchmarkDriver/BenchmarkDriver.csproj
index 8a67cc4..90870d5 100644
--- a/misc/BenchmarkDriver/BenchmarkDriver.csproj
+++ b/misc/BenchmarkDriver/BenchmarkDriver.csproj
@@ -6,8 +6,8 @@
-
-
+
+