diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
old mode 100644
new mode 100755
index c1c6317..52e4ee0
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,10 +51,10 @@ jobs:
 
     - uses: actions/setup-dotnet@v3
       with:
-        dotnet-version: "6.0.x"
+        dotnet-version: "8.0.x"
 
     - name: Enable NuGet cache
-      uses: actions/cache@v3.0.11
+      uses: actions/cache@v3.2.3
       with:
         path: ~/.nuget/packages
         key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -91,7 +91,7 @@ jobs:
         fetch-depth: 0
     - uses: actions/setup-dotnet@v3
       with:
-        dotnet-version: "6.0.x"
+        dotnet-version: "8.0.x"
 
     - name: Enable Homebrew
       run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
@@ -102,7 +102,7 @@ jobs:
         tools: licensefinder
 
     - name: Enable NuGet cache
-      uses: actions/cache@v3.0.11
+      uses: actions/cache@v3.2.3
       with:
         path: ~/.nuget/packages
         key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -133,14 +133,14 @@ jobs:
         uses: actions/setup-java@v3
         with:
           distribution: 'zulu'
-          java-version: '11'
+          java-version: '17'
 
       - uses: actions/setup-dotnet@v3
         with:
-          dotnet-version: "6.0.x"
+          dotnet-version: "8.0.x"
 
       - name: Enable NuGet cache
-        uses: actions/cache@v3.0.11
+        uses: actions/cache@v3.2.3
         with:
           path: ~/.nuget/packages
           key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -174,7 +174,10 @@ jobs:
         working-directory: ./src
 
       - name: Test
-        run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+        run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal --results-directory "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
         working-directory: ./src
 
       - name: End SonarScanner
@@ -187,7 +190,7 @@ jobs:
       - uses: codecov/codecov-action@v3.1.1
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
-          directory: "src/${{ env.TEST_RESULTS }}"
+          directory: "src/"
           files: "**/coverage.opencover.xml"
           flags: unittests
           name: codecov-umbrella
@@ -219,10 +222,10 @@ jobs:
 
       - uses: actions/setup-dotnet@v3
         with:
-          dotnet-version: "6.0.x"
+          dotnet-version: "8.0.x"
 
       - name: Enable NuGet cache
-        uses: actions/cache@v3.0.11
+        uses: actions/cache@v3.2.3
         with:
           path: ~/.nuget/packages
           key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -267,7 +270,7 @@ jobs:
 
       - name: Upload Nuget
         if: ${{ matrix.os == 'ubuntu-latest' }}
-        uses: actions/upload-artifact@v3.1.1
+        uses: actions/upload-artifact@v3.1.2
         with:
           name: nuget
           path: ${{ github.workspace }}/release/*.nupkg
@@ -292,7 +295,7 @@ jobs:
         env:
           NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
         with:
-          dotnet-version: "6.0.x"
+          dotnet-version: "8.0.x"
           source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
 
       - name: Publish to GitHub
@@ -317,7 +320,7 @@ jobs:
         env:
           NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
         with:
-          dotnet-version: "6.0.x"
+          dotnet-version: "8.0.x"
           source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
 
       - name: Publish to GitHub
diff --git a/.github/workflows/package-cleanup.yml b/.github/workflows/package-cleanup.yml
index 8ea83ff..aa6171b 100644
--- a/.github/workflows/package-cleanup.yml
+++ b/.github/workflows/package-cleanup.yml
@@ -14,9 +14,10 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/delete-package-versions@v3
+    - uses: actions/delete-package-versions@v4
       name: Monai.Deploy.Security
       with: 
         package-name: 'Monai.Deploy.Security'
+        package-type: nuget
         min-versions-to-keep: 10
         delete-only-pre-release-versions: "true"
diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml
index d333432..8f288f8 100644
--- a/doc/dependency_decisions.yml
+++ b/doc/dependency_decisions.yml
@@ -4,259 +4,266 @@
   - :who: mocsharp
     :why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
     :versions:
-    - 4.0.1
+    - 4.3.0
     :when: 2022-08-16 23:10:21.184627612 Z
-- - :approve
-  - JetBrains.Annotations
-  - :who: mocsharp
-    :why: MIT (https://github.com/JetBrains/JetBrains.Annotations/raw/main/license.md)
-    :versions:
-    - 2021.3.0
-    :when: 2022-08-16 23:05:35.941494226 Z
 - - :approve
   - Microsoft.AspNetCore.Authentication.JwtBearer
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
     :versions:
-    - 6.0.11
+    - 8.0.0
     :when: 2022-10-14 23:36:49.751931025 Z
 - - :approve
   - Microsoft.AspNetCore.TestHost
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
     :versions:
-    - 6.0.11
+    - 8.0.0
     :when: 2022-10-14 23:36:49.751931025 Z
-- - :approve
-  - Microsoft.CSharp
-  - :who: mocsharp
-    :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
-    :versions:
-    - 4.5.0
-    :when: 2022-08-16 23:05:47.910358457 Z
 - - :approve
   - Microsoft.CodeCoverage
   - :who: mocsharp
     :why: MIT (https://github.com/microsoft/vstest/raw/main/LICENSE)
     :versions:
-    - 17.4.0
+    - 17.8.0
     :when: 2022-08-16 23:05:48.342748414 Z
 - - :approve
   - Microsoft.Extensions.Configuration
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.1
+    - 8.0.0
     :when: 2022-08-16 23:05:55.977031585 Z
 - - :approve
   - Microsoft.Extensions.Configuration.Abstractions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:05:56.428678166 Z
 - - :approve
   - Microsoft.Extensions.Configuration.Binder
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:05:56.869915708 Z
 - - :approve
   - Microsoft.Extensions.Configuration.CommandLine
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:05:57.317738091 Z
 - - :approve
   - Microsoft.Extensions.Configuration.EnvironmentVariables
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.1
+    - 8.0.0
     :when: 2022-08-16 23:05:58.210886620 Z
 - - :approve
   - Microsoft.Extensions.Configuration.FileExtensions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:05:58.646414000 Z
 - - :approve
   - Microsoft.Extensions.Configuration.Json
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:05:59.140939154 Z
 - - :approve
   - Microsoft.Extensions.Configuration.UserSecrets
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.1
+    - 8.0.0
     :when: 2022-08-16 23:05:59.570260365 Z
 - - :approve
   - Microsoft.Extensions.DependencyInjection
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:00.904189459 Z
 - - :approve
   - Microsoft.Extensions.DependencyInjection.Abstractions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
+    :when: 2022-08-16 23:06:01.778427777 Z
+- - :approve
+  - Microsoft.Extensions.Diagnostics
+  - :who: mocsharp
+    :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+    :versions:
+    - 8.0.0
+    :when: 2022-08-16 23:06:00.904189459 Z
+- - :approve
+  - Microsoft.Extensions.Diagnostics.Abstractions
+  - :who: mocsharp
+    :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+    :versions:
+    - 8.0.0
     :when: 2022-08-16 23:06:01.778427777 Z
 - - :approve
   - Microsoft.Extensions.FileProviders.Abstractions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:02.711721543 Z
 - - :approve
   - Microsoft.Extensions.FileProviders.Physical
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:03.153109366 Z
 - - :approve
   - Microsoft.Extensions.FileSystemGlobbing
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:03.598159964 Z
 - - :approve
   - Microsoft.Extensions.Hosting
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.1
+    - 8.0.0
     :when: 2022-08-16 23:06:04.488545906 Z
 - - :approve
   - Microsoft.Extensions.Hosting.Abstractions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:04.935613050 Z
 - - :approve
   - Microsoft.Extensions.Logging
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:05.840705669 Z
 - - :approve
   - Microsoft.Extensions.Logging.Abstractions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.3
+    - 8.0.0
     :when: 2022-08-16 23:06:06.728283354 Z
 - - :approve
   - Microsoft.Extensions.Logging.Configuration
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:07.178037938 Z
 - - :approve
   - Microsoft.Extensions.Logging.Console
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:07.618174405 Z
 - - :approve
   - Microsoft.Extensions.Logging.Debug
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:08.061150392 Z
 - - :approve
   - Microsoft.Extensions.Logging.EventLog
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:08.503025043 Z
 - - :approve
   - Microsoft.Extensions.Logging.EventSource
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:08.971793852 Z
 - - :approve
   - Microsoft.Extensions.Options
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:10.315793104 Z
 - - :approve
   - Microsoft.Extensions.Options.ConfigurationExtensions
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:10.759567780 Z
 - - :approve
   - Microsoft.Extensions.Primitives
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:11.669234037 Z
+- - :approve
+  - Microsoft.IdentityModel.Abstractions
+  - :who: mocsharp
+    :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
+    :versions:
+    - 7.0.3
+    :when: 2022-10-14 23:37:14.398733049 Z
 - - :approve
   - Microsoft.IdentityModel.JsonWebTokens
   - :who: mocsharp
     :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
     :versions:
-    - 6.10.0
+    - 7.0.3
     :when: 2022-10-14 23:37:14.398733049 Z
 - - :approve
   - Microsoft.IdentityModel.Logging
   - :who: mocsharp
     :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
     :versions:
-    - 6.10.0
+    - 7.0.3
     :when: 2022-10-14 23:37:15.196566449 Z
 - - :approve
   - Microsoft.IdentityModel.Protocols
   - :who: mocsharp
     :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
     :versions:
-    - 6.10.0
+    - 7.0.3
     :when: 2022-10-14 23:37:16.007362554 Z
 - - :approve
   - Microsoft.IdentityModel.Protocols.OpenIdConnect
   - :who: mocsharp
     :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
     :versions:
-    - 6.10.0
+    - 7.0.3
     :when: 2022-10-14 23:37:16.403183970 Z
 - - :approve
   - Microsoft.IdentityModel.Tokens
   - :who: mocsharp
     :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
     :versions:
-    - 6.10.0
+    - 7.0.3
     :when: 2022-10-14 23:37:16.793759607 Z
 - - :approve
   - Microsoft.NET.Test.Sdk
   - :who: mocsharp
     :why: MIT (https://raw.githubusercontent.com/microsoft/vstest/main/LICENSE)
     :versions:
-    - 17.4.0
+    - 17.8.0
     :when: 2022-09-01 23:06:13.008314524 Z
 - - :approve
   - Microsoft.NETCore.Platforms
@@ -277,14 +284,14 @@
   - :who: mocsharp
     :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE)
     :versions:
-    - 17.4.0
+    - 17.8.0
     :when: 2022-08-16 23:06:16.175705981 Z
 - - :approve
   - Microsoft.TestPlatform.TestHost
   - :who: mocsharp
     :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE)
     :versions:
-    - 17.4.0
+    - 17.8.0
     :when: 2022-08-16 23:06:17.671459450 Z
 - - :approve
   - Microsoft.Win32.Primitives
@@ -312,7 +319,7 @@
   - :who: mocsharp
     :why: Apache-2.0 (https://github.com/NuGet/NuGet.Client/raw/dev/LICENSE.txt)
     :versions:
-    - 5.11.0
+    - 6.5.0
     :when: 2022-08-16 23:06:27.464713741 Z
 - - :approve
   - System.AppContext
@@ -361,14 +368,14 @@
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License (http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:44.697068615 Z
 - - :approve
   - System.Diagnostics.EventLog
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:06:45.597825555 Z
 - - :approve
   - System.Diagnostics.Tools
@@ -405,6 +412,13 @@
     :versions:
     - 4.3.0
     :when: 2022-08-16 23:06:49.237248446 Z
+- - :approve
+  - System.IO.Pipelines
+  - :who: mocsharp
+    :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+    :versions:
+    - 8.0.0
+    :when: 2022-08-16 23:06:53.356642197 Z
 - - :approve
   - System.IO
   - :who: mocsharp
@@ -426,27 +440,6 @@
     :versions:
     - 4.3.0
     :when: 2022-08-16 23:06:52.443609672 Z
-- - :approve
-  - runtime.native.System.Net.Http
-  - :who: mocsharp
-    :why: MICROSOFT .NET LIBRARY License (http://go.microsoft.com/fwlink/?LinkId=329770)
-    :versions:
-    - 4.3.0
-    :when: 2022-08-16 23:07:41.735502132 Z
-- - :approve
-  - runtime.native.System.Security.Cryptography.Apple
-  - :who: mocsharp
-    :why: MICROSOFT .NET LIBRARY License (http://go.microsoft.com/fwlink/?LinkId=329770)
-    :versions:
-    - 4.3.0
-    :when: 2022-08-16 23:07:42.215870949 Z
-- - :approve
-  - runtime.native.System.Security.Cryptography.OpenSsl
-  - :who: mocsharp
-    :why: MICROSOFT .NET LIBRARY License (http://go.microsoft.com/fwlink/?LinkId=329770)
-    :versions:
-    - 4.3.0
-    :when: 2022-08-16 23:07:42.677550528 Z
 - - :approve
   - System.IO.FileSystem
   - :who: mocsharp
@@ -473,7 +466,7 @@
   - :who: mocsharp
     :why: MIT (https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
     :versions:
-    - 6.10.0
+    - 7.0.3
     :when: 2022-10-14 23:37:56.206982078 Z
 - - :approve
   - System.Linq
@@ -587,13 +580,6 @@
     :versions:
     - 4.3.0
     :when: 2022-08-16 23:07:04.967405911 Z
-- - :approve
-  - System.Runtime.CompilerServices.Unsafe
-  - :who: mocsharp
-    :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
-    :versions:
-    - 6.0.0
-    :when: 2022-08-16 23:07:05.893799510 Z
 - - :approve
   - System.Runtime.Extensions
   - :who: mocsharp
@@ -641,7 +627,7 @@
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
-    - 4.5.0
+    - 4.3.0
     :when: 2022-08-16 23:07:12.460027529 Z
 - - :approve
   - System.Security.Cryptography.Csp
@@ -678,6 +664,13 @@
     :versions:
     - 4.3.0
     :when: 2022-08-16 23:07:15.218020510 Z
+- - :approve
+  - runtime.native.System.Net.Http
+  - :who: mocsharp
+    :why: MICROSOFT .NET LIBRARY License (http://go.microsoft.com/fwlink/?LinkId=329770)
+    :versions:
+    - 4.3.0
+    :when: 2022-08-16 23:07:41.735502132 Z
 - - :approve
   - System.Text.Encoding
   - :who: mocsharp
@@ -697,14 +690,14 @@
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:07:19.377530263 Z
 - - :approve
   - System.Text.Json
   - :who: mocsharp
     :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
     :versions:
-    - 6.0.0
+    - 8.0.0
     :when: 2022-08-16 23:07:20.787263056 Z
 - - :approve
   - System.Text.RegularExpressions
@@ -760,151 +753,173 @@
   - :who: mocsharp
     :why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
     :versions:
-    - 3.2.0
-    :when: 2022-08-16 23:07:29.112978564 Z
+    - 6.0.0
+    :when: 2022-08-16 21:40:21.855388365 Z
 - - :approve
   - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:37.975510010 Z
+    :when: 2022-08-16 21:40:22.289423980 Z
 - - :approve
   - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:38.916484375 Z
+    :when: 2022-08-16 21:40:22.712579013 Z
 - - :approve
   - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:39.846759614 Z
+    :when: 2022-08-16 21:40:23.140549879 Z
 - - :approve
   - runtime.native.System
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:40.770387468 Z
+    :when: 2022-08-16 21:40:23.578082745 Z
 - - :approve
   - runtime.native.System.IO.Compression
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:41.256353878 Z
+    :when: 2022-08-16 21:40:23.998148184 Z
+- - :approve
+  - runtime.native.System.Net.Http
+  - :who: mocsharp
+    :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+    :versions:
+    - 4.3.0
+    :when: 2022-08-16 21:40:24.434111736 Z
+- - :approve
+  - runtime.native.System.Security.Cryptography.Apple
+  - :who: mocsharp
+    :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+    :versions:
+    - 4.3.0
+    :when: 2022-08-16 21:40:24.868505894 Z
+- - :approve
+  - runtime.native.System.Security.Cryptography.OpenSsl
+  - :who: mocsharp
+    :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+    :versions:
+    - 4.3.0
+    :when: 2022-08-16 21:40:25.303742409 Z
 - - :approve
   - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:43.607437995 Z
+    :when: 2022-08-16 21:40:25.719795625 Z
 - - :approve
   - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:44.531336835 Z
+    :when: 2022-08-16 21:40:26.152928791 Z
 - - :approve
   - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:45.456102215 Z
+    :when: 2022-08-16 21:40:26.579463736 Z
 - - :approve
   - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:45.914491629 Z
+    :when: 2022-08-16 21:40:27.001874526 Z
 - - :approve
   - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:46.875356107 Z
+    :when: 2022-08-16 21:40:27.431289100 Z
 - - :approve
   - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:47.799517867 Z
+    :when: 2022-08-16 21:40:27.853144921 Z
 - - :approve
   - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:48.721519740 Z
+    :when: 2022-08-16 21:40:28.265837209 Z
 - - :approve
   - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
   - :who: mocsharp
     :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
     :versions:
     - 4.3.0
-    :when: 2022-08-16 23:07:49.744187064 Z
+    :when: 2022-08-16 21:40:28.686857664 Z
 - - :approve
   - xunit
   - :who: mocsharp
     :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
     :versions:
-    - 2.4.2
-    :when: 2022-08-16 23:07:58.741042809 Z
+    - 2.6.4
+    :when: 2022-08-16 21:40:29.166018542 Z
 - - :approve
   - xunit.abstractions
   - :who: mocsharp
     :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
     :versions:
     - 2.0.3
-    :when: 2022-08-16 23:07:59.230841326 Z
+    :when: 2022-08-16 21:40:29.587002932 Z
 - - :approve
   - xunit.analyzers
   - :who: mocsharp
-    :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
+    :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
     :versions:
-    - 1.0.0
-    :when: 2022-08-16 23:08:00.165216213 Z
+    - 1.8.0
+    :when: 2022-08-16 21:40:30.047067134 Z
 - - :approve
   - xunit.assert
   - :who: mocsharp
     :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
     :versions:
-    - 2.4.2
-    :when: 2022-08-16 23:08:01.105384447 Z
+    - 2.6.4
+    :when: 2022-08-16 21:40:30.526718458 Z
 - - :approve
   - xunit.core
   - :who: mocsharp
     :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
     :versions:
-    - 2.4.2
-    :when: 2022-08-16 23:08:02.057792372 Z
+    - 2.6.4
+    :when: 2022-08-16 21:40:30.973515441 Z
 - - :approve
   - xunit.extensibility.core
   - :who: mocsharp
     :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
     :versions:
-    - 2.4.2
+    - 2.6.4
+    :when: 2022-08-16 21:40:31.401607230 Z
 - - :approve
   - xunit.extensibility.execution
   - :who: mocsharp
     :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
     :versions:
-    - 2.4.2
-    :when: 2022-08-16 23:08:03.959558421 Z
+    - 2.6.4
+    :when: 2022-08-16 21:40:31.845685693 Z
 - - :approve
   - xunit.runner.visualstudio
   - :who: mocsharp
     :why: MIT ( https://licenses.nuget.org/MIT)
     :versions:
-    - 2.4.5
-    :when: 2022-08-16 23:08:04.892608686 Z
+    - 2.5.6
+    :when: 2022-08-16 21:40:32.294717110 Z
diff --git a/global.json b/global.json
index d6c2c37..501e79a 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
 {
   "sdk": {
-    "version": "6.0.100",
+    "version": "8.0.100",
     "rollForward": "latestFeature"
   }
 }
\ No newline at end of file
diff --git a/src/Authentication/Configurations/AuthenticationOptions.cs b/src/Authentication/Configurations/AuthenticationOptions.cs
index c34df0e..dabd181 100755
--- a/src/Authentication/Configurations/AuthenticationOptions.cs
+++ b/src/Authentication/Configurations/AuthenticationOptions.cs
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022 MONAI Consortium
+ * Copyright 2023 MONAI Consortium
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -106,7 +106,7 @@ private void ValidateClaims(List<ClaimMapping> claims, bool validateEndpoints)
                     }
                 }
 
-                if (validateEndpoints && claim.Endpoints.IsNullOrEmpty())
+                if (validateEndpoints && claim.Endpoints!.IsNullOrEmpty())
                 {
                     throw new InvalidOperationException("Value for claimType is invalid.");
                 }
diff --git a/src/Authentication/Middleware/BasicAuthorizationMiddleware.cs b/src/Authentication/Middleware/BasicAuthorizationMiddleware.cs
index cc5433d..10fbed3 100755
--- a/src/Authentication/Middleware/BasicAuthorizationMiddleware.cs
+++ b/src/Authentication/Middleware/BasicAuthorizationMiddleware.cs
@@ -1,5 +1,5 @@
 /*
- * Copyright 2022 MONAI Consortium
+ * Copyright 2023 MONAI Consortium
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -56,14 +56,14 @@ public async Task InvokeAsync(HttpContext httpContext)
             }
             try
             {
-                var authHeader = AuthenticationHeaderValue.Parse(httpContext.Request.Headers["Authorization"]);
+                var authHeader = AuthenticationHeaderValue.Parse(httpContext.Request.Headers.Authorization!);
                 if (authHeader.Scheme == "Basic")
                 {
-                    var credentialBytes = Convert.FromBase64String(authHeader.Parameter);
+                    var credentialBytes = Convert.FromBase64String(authHeader.Parameter ?? "");
                     var credentials = Encoding.UTF8.GetString(credentialBytes).Split(':', 2);
                     var username = credentials[0];
                     var password = credentials[1];
-                    if (string.Compare(username, _options.Value.BasicAuth.Id, false) is 0 &&
+                    if (string.Compare(username, _options.Value.BasicAuth!.Id, false) is 0 &&
                         string.Compare(password, _options.Value.BasicAuth.Password, false) is 0)
                     {
                         var claims = new[] { new Claim("name", credentials[0]) };
diff --git a/src/Authentication/Middleware/BypassAuthenticationHandler.cs b/src/Authentication/Middleware/BypassAuthenticationHandler.cs
index 52ce536..95ff32a 100644
--- a/src/Authentication/Middleware/BypassAuthenticationHandler.cs
+++ b/src/Authentication/Middleware/BypassAuthenticationHandler.cs
@@ -28,9 +28,8 @@ public class BypassAuthenticationHandler : AuthenticationHandler<AuthenticationS
         public BypassAuthenticationHandler(
             IOptionsMonitor<AuthenticationSchemeOptions> options,
             ILoggerFactory logger,
-            UrlEncoder encoder,
-            ISystemClock clock)
-            : base(options, logger, encoder, clock)
+            UrlEncoder encoder)
+            : base(options, logger, encoder)
         {
         }
 
diff --git a/src/Authentication/Monai.Deploy.Security.Authentication.csproj b/src/Authentication/Monai.Deploy.Security.Authentication.csproj
index f106a66..92598e8 100644
--- a/src/Authentication/Monai.Deploy.Security.Authentication.csproj
+++ b/src/Authentication/Monai.Deploy.Security.Authentication.csproj
@@ -1,4 +1,4 @@
-<!--
+<!--
   ~ Copyright 2022 MONAI Consortium
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,10 +14,9 @@
   ~ limitations under the License.
 -->
 <Project Sdk="Microsoft.NET.Sdk">
-
   <PropertyGroup>
     <RootNamespace>Monai.Deploy.Security.Authentication</RootNamespace>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFramework>net8.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@@ -26,12 +25,10 @@
     <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
     <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
   </PropertyGroup>
-
   <ItemGroup>
     <None Include="..\..\LICENSE" Link="LICENSE" PackagePath="" Pack="true" />
     <None Include="..\..\third-party-licenses.md" Link="third-party-licenses.md" PackagePath="" Pack="true" />
   </ItemGroup>
-
   <PropertyGroup>
     <PackageId>Monai.Deploy.Security</PackageId>
     <Version>0.1.0</Version>
@@ -45,29 +42,23 @@
     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
     <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
   </PropertyGroup>
-  
   <ItemGroup>
     <FrameworkReference Include="Microsoft.AspNetCore.App" />
   </ItemGroup>
-  
   <ItemGroup>
     <AdditionalFiles Include="..\.sonarlint\project-monai_monai-deploy-security\CSharp\SonarLint.xml" Link="SonarLint.xml" />
   </ItemGroup>
-  
   <ItemGroup>
     <Compile Include="..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
   </ItemGroup>
-
   <ItemGroup>
     <Compile Remove="Tests\**" />
     <EmbeddedResource Remove="Tests\**" />
     <None Remove="Tests\**" />
   </ItemGroup>
-
   <ItemGroup>
     <None Remove="example.json" />
   </ItemGroup>
-
   <ItemGroup>
     <Content Include="example.json">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -75,15 +66,13 @@
       <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
     </Content>
   </ItemGroup>
-  
   <ItemGroup>
-    <PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
-    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.11" />
-    <PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
-    <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
-    <PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
-    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.3" />
-    <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="6.0.0" />
+    <PackageReference Include="Ardalis.GuardClauses" Version="4.3.0" />
+    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="8.0.0" />
   </ItemGroup>
-
-</Project>
+</Project>
\ No newline at end of file
diff --git a/src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs b/src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs
index eaca22f..7628d6b 100755
--- a/src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs
+++ b/src/Authentication/Tests/BasicAuthorizationMiddlewareTest.cs
@@ -31,13 +31,13 @@ public partial class BasicAuthorizationMiddlewareTest
         [Fact]
         public async Task GivenConfigurationFileToBypassAuthentication_ExpectToBypassAuthentication()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basicbypass.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basicbypass.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.True(responseMessage.IsSuccessStatusCode);
         }
@@ -47,13 +47,13 @@ public async Task GivenConfigurationFileToBypassAuthentication_ExpectToBypassAut
         [Fact]
         public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsNotAuthenticated_ExpectToDenyRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Unauthorized, responseMessage.StatusCode);
         }
@@ -61,14 +61,14 @@ public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsNotAuthent
         [Fact]
         public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsAuthenticated_ExpectToAllowRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"Basic {Convert.ToBase64String(Encoding.UTF8.GetBytes("user:pass"))}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.OK, responseMessage.StatusCode);
         }
@@ -76,14 +76,14 @@ public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsAuthentica
         [Fact]
         public async Task GivenConfigurationFileWithBasicConfigured_WhenHeaderIsInvalid_ExpectToDenyRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"BasicBad {Convert.ToBase64String(Encoding.UTF8.GetBytes("user:pass"))}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Unauthorized, responseMessage.StatusCode);
         }
diff --git a/src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs b/src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs
index 016d933..59e878f 100755
--- a/src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs
+++ b/src/Authentication/Tests/EndpointAuthorizationMiddlewareTest.cs
@@ -41,20 +41,20 @@ public async Task GivenConfigurationFilesIsBad_ExpectExceptionToBeThrown(string
         {
             await Assert.ThrowsAsync<InvalidOperationException>(async () =>
             {
-                using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer(configFile)).StartAsync().ConfigureAwait(false);
-            }).ConfigureAwait(false);
+                using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer(configFile)).StartAsync().ConfigureAwait(true);
+            }).ConfigureAwait(true);
         }
 
         [Fact]
         public async Task GivenConfigurationFileToBypassAuthentication_ExpectToBypassAuthentication()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.bypassd.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.bypassd.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.True(responseMessage.IsSuccessStatusCode);
         }
@@ -62,13 +62,13 @@ public async Task GivenConfigurationFileToBypassAuthentication_ExpectToBypassAut
         [Fact]
         public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsNotAuthenticated_ExpectToDenyRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Unauthorized, responseMessage.StatusCode);
         }
@@ -78,7 +78,7 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsNotAuthen
         [InlineData("role-with-test")]
         public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsAuthenticated_ExpectToServeTheRequest(string role)
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
@@ -87,11 +87,11 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsAuthentic
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"{JwtBearerDefaults.AuthenticationScheme} {token}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.OK, responseMessage.StatusCode);
 
-            var data = await responseMessage.Content.ReadFromJsonAsync<List<string>>().ConfigureAwait(false);
+            var data = await responseMessage.Content.ReadFromJsonAsync<List<string>>().ConfigureAwait(true);
 
             Assert.NotNull(data);
             Assert.Collection(data,
@@ -104,7 +104,7 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsAuthentic
         [InlineData("role-without-test")]
         public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsAuthenticatedWithoutProperRoles_ExpectToDenyRequest(string role)
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
@@ -113,7 +113,7 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsAuthentic
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"{JwtBearerDefaults.AuthenticationScheme} {token}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Forbidden, responseMessage.StatusCode);
         }
@@ -122,7 +122,7 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserIsAuthentic
         [InlineData("role-with-test")]
         public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserProvidesAnExpiredToken_ExpectToDenyRequest(string role)
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.auth.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
@@ -131,7 +131,7 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserProvidesAnE
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"{JwtBearerDefaults.AuthenticationScheme} {token}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Unauthorized, responseMessage.StatusCode);
         }
@@ -140,13 +140,13 @@ public async Task GivenConfigurationFileWithOpenIdConfigured_WhenUserProvidesAnE
         [Fact]
         public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsNotAuthenticated_ExpectToDenyRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Unauthorized, responseMessage.StatusCode);
         }
@@ -154,14 +154,14 @@ public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsNotAuthent
         [Fact]
         public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsAuthenticated_ExpectToAllowRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"Basic {Convert.ToBase64String(Encoding.UTF8.GetBytes("user:pass"))}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.OK, responseMessage.StatusCode);
         }
@@ -169,14 +169,14 @@ public async Task GivenConfigurationFileWithBasicConfigured_WhenUserIsAuthentica
         [Fact]
         public async Task GivenConfigurationFileWithBasicConfigured_WhenHeaderIsInvalid_ExpectToDenyRequest()
         {
-            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(false);
+            using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer("test.basic.json")).StartAsync().ConfigureAwait(true);
 
             var server = host.GetTestServer();
             server.BaseAddress = new Uri("https://example.com/");
 
             var client = server.CreateClient();
             client.DefaultRequestHeaders.Add("Authorization", $"BasicBad {Convert.ToBase64String(Encoding.UTF8.GetBytes("user:pass"))}");
-            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(false);
+            var responseMessage = await client.GetAsync("api/Test").ConfigureAwait(true);
 
             Assert.Equal(HttpStatusCode.Unauthorized, responseMessage.StatusCode);
         }
diff --git a/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj b/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
old mode 100755
new mode 100644
index b1e4abd..e210e73
--- a/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
+++ b/src/Authentication/Tests/Monai.Deploy.Security.Authentication.Tests.csproj
@@ -1,4 +1,4 @@
-<!--
+<!--
   ~ Copyright 2022 MONAI Consortium
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,34 +14,29 @@
   ~ limitations under the License.
 -->
 <Project Sdk="Microsoft.NET.Sdk.Web">
-
   <PropertyGroup>
-    <TargetFramework>net6.0</TargetFramework>
+    <TargetFramework>net8.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-
     <IsPackable>false</IsPackable>
   </PropertyGroup>
-
   <ItemGroup>
-    <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.11" />
-    <PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
-    <PackageReference Include="xunit" Version="2.4.2" />
-    <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
+    <PackageReference Include="xunit" Version="2.6.4" />
+    <PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>
-    <PackageReference Include="coverlet.collector" Version="3.2.0">
+    <PackageReference Include="coverlet.collector" Version="6.0.0">
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>
+    <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
   </ItemGroup>
-
   <ItemGroup>
     <ProjectReference Include="..\Monai.Deploy.Security.Authentication.csproj" />
   </ItemGroup>
-
   <ItemGroup>
     <None Update="test.auth.json">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
@@ -56,7 +51,9 @@
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
   </ItemGroup>
-
-  <ProjectExtensions><VisualStudio><UserProperties test_1basic_1json__JsonSchema="BasicAuthorizationMiddlewareTestBasicAuthorizationMiddlewareTestBasicAuthorizationMiddlewareTest" /></VisualStudio></ProjectExtensions>
-
-</Project>
+  <ProjectExtensions>
+    <VisualStudio>
+      <UserProperties test_1basic_1json__JsonSchema="BasicAuthorizationMiddlewareTestBasicAuthorizationMiddlewareTestBasicAuthorizationMiddlewareTest" />
+    </VisualStudio>
+  </ProjectExtensions>
+</Project>
\ No newline at end of file
diff --git a/src/Monai.Deploy.Security.sln b/src/Monai.Deploy.Security.sln
index b43ee46..5ec564a 100644
--- a/src/Monai.Deploy.Security.sln
+++ b/src/Monai.Deploy.Security.sln
@@ -1,16 +1,16 @@
-
+
 Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio Version 17
 VisualStudioVersion = 17.3.32825.248
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monai.Deploy.Security.Authentication", "Authentication\Monai.Deploy.Security.Authentication.csproj", "{2DC01463-154F-4FA9-936E-5F2467E022C6}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Security.Authentication", "Authentication\Monai.Deploy.Security.Authentication.csproj", "{2DC01463-154F-4FA9-936E-5F2467E022C6}"
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{A34D1217-C6B6-42AC-B073-AF8E52C0A1A9}"
 	ProjectSection(SolutionItems) = preProject
 		AssemblyInfo.cs = AssemblyInfo.cs
 	EndProjectSection
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Monai.Deploy.Security.Authentication.Tests", "Authentication\Tests\Monai.Deploy.Security.Authentication.Tests.csproj", "{6B62EFC6-BED1-4AE9-8094-5E1D9AB47D84}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Monai.Deploy.Security.Authentication.Tests", "Authentication\Tests\Monai.Deploy.Security.Authentication.Tests.csproj", "{6B62EFC6-BED1-4AE9-8094-5E1D9AB47D84}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/third-party-licenses.md b/third-party-licenses.md
index 4f36513..c957639 100644
--- a/third-party-licenses.md
+++ b/third-party-licenses.md
@@ -1,12 +1,28 @@
+<!--
+Copyright 2023 MONAI Consortium
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
 # Third-Party Licenses
 
 
 <details>
-<summary>Microsoft .NET 6 6.0</summary>
+<summary>Microsoft .NET 8 8.0</summary>
 
-## Microsoft .NET 6
+## Microsoft .NET 8
 
-- Version: 6.0
+- Version: 8.0
 - Source: https://dot.net
 - Publisher: Microsoft
 - Project URL: https://dotnet.microsoft.com/en-us/
@@ -44,14 +60,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Ardalis.GuardClauses 4.0.1</summary>
+<summary>Ardalis.GuardClauses 4.3.0</summary>
 
 ## Ardalis.GuardClauses
 
-- Version: 4.0.1
+- Version: 4.3.0
 - Authors: Steve Smith (@ardalis)
 - Project URL: https://github.com/ardalis/guardclauses
-- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.0.1)
+- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.3.0)
 - License: [MIT](https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
 
 
@@ -83,22 +99,23 @@ SOFTWARE.
 
 
 <details>
-<summary>JetBrains.Annotations 2021.3.0</summary>
+<summary>Microsoft.AspNetCore.Authentication.JwtBearer 8.0.0</summary>
 
-## JetBrains.Annotations
+## Microsoft.AspNetCore.Authentication.JwtBearer
 
-- Version: 2021.3.0
-- Authors: JetBrains
-- Owners: JetBrains
-- Project URL: https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html
-- Source: [NuGet](https://www.nuget.org/packages/JetBrains.Annotations/2021.3.0)
-- License: [MIT](https://github.com/JetBrains/JetBrains.Annotations/raw/main/license.md)
+- Version: 8.0.0
+- Authors: Microsoft
+- Project URL: https://asp.net/
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/8.0.0)
+- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
 
 
 ```
-MIT License
+The MIT License (MIT)
 
-Copyright (c) 2016 JetBrains http://www.jetbrains.com
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -123,14 +140,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.AspNetCore.Authentication.JwtBearer 6.0.11</summary>
+<summary>Microsoft.AspNetCore.TestHost 8.0.0</summary>
 
-## Microsoft.AspNetCore.Authentication.JwtBearer
+## Microsoft.AspNetCore.TestHost
 
-- Version: 6.0.11
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://asp.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer/6.0.11)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.TestHost/8.0.0)
 - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
 
 
@@ -164,21 +181,21 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.AspNetCore.TestHost 6.0.11</summary>
+<summary>Microsoft.CodeCoverage 17.8.0</summary>
 
-## Microsoft.AspNetCore.TestHost
+## Microsoft.CodeCoverage
 
-- Version: 6.0.11
+- Version: 17.8.0
 - Authors: Microsoft
-- Project URL: https://asp.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.TestHost/6.0.11)
-- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
+- Project URL: https://github.com/microsoft/vstest
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.8.0)
+- License: [MIT](https://github.com/microsoft/vstest/raw/main/LICENSE)
 
 
 ```
 The MIT License (MIT)
 
-Copyright (c) .NET Foundation and Contributors
+Copyright (c) Microsoft Corporation
 
 All rights reserved.
 
@@ -205,15 +222,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.CSharp 4.5.0</summary>
+<summary>Microsoft.Extensions.Configuration 8.0.0</summary>
 
-## Microsoft.CSharp
+## Microsoft.Extensions.Configuration
 
-- Version: 4.5.0
+- Version: 8.0.0
 - Authors: Microsoft
-- Owners: microsoft,dotnetframework
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CSharp/4.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -247,20 +263,23 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.CodeCoverage 17.4.0</summary>
+<summary>Microsoft.Extensions.Configuration.Abstractions 8.0.0</summary>
 
-## Microsoft.CodeCoverage
+## Microsoft.Extensions.Configuration.Abstractions
 
-- Version: 17.4.0
+- Version: 8.0.0
 - Authors: Microsoft
-- Owners: Microsoft
-- Project URL: https://github.com/microsoft/vstest/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.4.0)
-- License: [MIT](https://github.com/microsoft/vstest/raw/main/LICENSE)
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Abstractions/8.0.0)
+- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
 ```
-Copyright (c) 2020 Microsoft Corporation
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -285,14 +304,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration 6.0.1</summary>
+<summary>Microsoft.Extensions.Configuration.Binder 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration
+## Microsoft.Extensions.Configuration.Binder
 
-- Version: 6.0.1
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration/6.0.1)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Binder/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -326,14 +345,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.Abstractions 6.0.0</summary>
+<summary>Microsoft.Extensions.Configuration.CommandLine 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.Abstractions
+## Microsoft.Extensions.Configuration.CommandLine
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.CommandLine/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -367,14 +386,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.Binder 6.0.0</summary>
+<summary>Microsoft.Extensions.Configuration.EnvironmentVariables 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.Binder
+## Microsoft.Extensions.Configuration.EnvironmentVariables
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Binder/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.EnvironmentVariables/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -408,14 +427,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.CommandLine 6.0.0</summary>
+<summary>Microsoft.Extensions.Configuration.FileExtensions 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.CommandLine
+## Microsoft.Extensions.Configuration.FileExtensions
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.CommandLine/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.FileExtensions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -449,14 +468,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.EnvironmentVariables 6.0.1</summary>
+<summary>Microsoft.Extensions.Configuration.Json 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.EnvironmentVariables
+## Microsoft.Extensions.Configuration.Json
 
-- Version: 6.0.1
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.EnvironmentVariables/6.0.1)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Json/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -490,14 +509,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.FileExtensions 6.0.0</summary>
+<summary>Microsoft.Extensions.Configuration.UserSecrets 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.FileExtensions
+## Microsoft.Extensions.Configuration.UserSecrets
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.FileExtensions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.UserSecrets/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -531,14 +550,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.Json 6.0.0</summary>
+<summary>Microsoft.Extensions.DependencyInjection 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.Json
+## Microsoft.Extensions.DependencyInjection
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Json/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -572,14 +591,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Configuration.UserSecrets 6.0.1</summary>
+<summary>Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0</summary>
 
-## Microsoft.Extensions.Configuration.UserSecrets
+## Microsoft.Extensions.DependencyInjection.Abstractions
 
-- Version: 6.0.1
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.UserSecrets/6.0.1)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -613,14 +632,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.DependencyInjection 6.0.0</summary>
+<summary>Microsoft.Extensions.Diagnostics 8.0.0</summary>
 
-## Microsoft.Extensions.DependencyInjection
+## Microsoft.Extensions.Diagnostics
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -654,14 +673,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0</summary>
+<summary>Microsoft.Extensions.Diagnostics.Abstractions 8.0.0</summary>
 
-## Microsoft.Extensions.DependencyInjection.Abstractions
+## Microsoft.Extensions.Diagnostics.Abstractions
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -695,14 +714,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.FileProviders.Abstractions 6.0.0</summary>
+<summary>Microsoft.Extensions.FileProviders.Abstractions 8.0.0</summary>
 
 ## Microsoft.Extensions.FileProviders.Abstractions
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Abstractions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -736,14 +755,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.FileProviders.Physical 6.0.0</summary>
+<summary>Microsoft.Extensions.FileProviders.Physical 8.0.0</summary>
 
 ## Microsoft.Extensions.FileProviders.Physical
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Physical/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Physical/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -777,14 +796,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.FileSystemGlobbing 6.0.0</summary>
+<summary>Microsoft.Extensions.FileSystemGlobbing 8.0.0</summary>
 
 ## Microsoft.Extensions.FileSystemGlobbing
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileSystemGlobbing/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -818,14 +837,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Hosting 6.0.1</summary>
+<summary>Microsoft.Extensions.Hosting 8.0.0</summary>
 
 ## Microsoft.Extensions.Hosting
 
-- Version: 6.0.1
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/6.0.1)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Hosting/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -859,14 +878,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Hosting.Abstractions 6.0.0</summary>
+<summary>Microsoft.Extensions.Hosting.Abstractions 8.0.0</summary>
 
 ## Microsoft.Extensions.Hosting.Abstractions
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -900,14 +919,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging 6.0.0</summary>
+<summary>Microsoft.Extensions.Logging 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -941,14 +960,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging.Abstractions 6.0.3</summary>
+<summary>Microsoft.Extensions.Logging.Abstractions 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging.Abstractions
 
-- Version: 6.0.3
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/6.0.3)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -982,14 +1001,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging.Configuration 6.0.0</summary>
+<summary>Microsoft.Extensions.Logging.Configuration 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging.Configuration
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Configuration/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Configuration/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1023,14 +1042,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging.Console 6.0.0</summary>
+<summary>Microsoft.Extensions.Logging.Console 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging.Console
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Console/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Console/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1064,14 +1083,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging.Debug 6.0.0</summary>
+<summary>Microsoft.Extensions.Logging.Debug 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging.Debug
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Debug/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Debug/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1105,14 +1124,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging.EventLog 6.0.0</summary>
+<summary>Microsoft.Extensions.Logging.EventLog 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging.EventLog
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.EventLog/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.EventLog/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1146,14 +1165,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Logging.EventSource 6.0.0</summary>
+<summary>Microsoft.Extensions.Logging.EventSource 8.0.0</summary>
 
 ## Microsoft.Extensions.Logging.EventSource
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.EventSource/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.EventSource/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1187,14 +1206,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Options 6.0.0</summary>
+<summary>Microsoft.Extensions.Options 8.0.0</summary>
 
 ## Microsoft.Extensions.Options
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1228,14 +1247,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Options.ConfigurationExtensions 6.0.0</summary>
+<summary>Microsoft.Extensions.Options.ConfigurationExtensions 8.0.0</summary>
 
 ## Microsoft.Extensions.Options.ConfigurationExtensions
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtensions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1269,14 +1288,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.Extensions.Primitives 6.0.0</summary>
+<summary>Microsoft.Extensions.Primitives 8.0.0</summary>
 
 ## Microsoft.Extensions.Primitives
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Primitives/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Primitives/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -1310,14 +1329,53 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.IdentityModel.JsonWebTokens 6.10.0</summary>
+<summary>Microsoft.IdentityModel.Abstractions 7.0.3</summary>
+
+## Microsoft.IdentityModel.Abstractions
+
+- Version: 7.0.3
+- Authors: Microsoft
+- Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Abstractions/7.0.3)
+- License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) Microsoft Corporation
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+```
+
+</details>
+
+
+<details>
+<summary>Microsoft.IdentityModel.JsonWebTokens 7.0.3</summary>
 
 ## Microsoft.IdentityModel.JsonWebTokens
 
-- Version: 6.10.0
+- Version: 7.0.3
 - Authors: Microsoft
 - Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/6.10.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/7.0.3)
 - License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
 
 
@@ -1349,14 +1407,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.IdentityModel.Logging 6.10.0</summary>
+<summary>Microsoft.IdentityModel.Logging 7.0.3</summary>
 
 ## Microsoft.IdentityModel.Logging
 
-- Version: 6.10.0
+- Version: 7.0.3
 - Authors: Microsoft
 - Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Logging/6.10.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Logging/7.0.3)
 - License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
 
 
@@ -1388,14 +1446,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.IdentityModel.Protocols 6.10.0</summary>
+<summary>Microsoft.IdentityModel.Protocols 7.0.3</summary>
 
 ## Microsoft.IdentityModel.Protocols
 
-- Version: 6.10.0
+- Version: 7.0.3
 - Authors: Microsoft
 - Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Protocols/6.10.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Protocols/7.0.3)
 - License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
 
 
@@ -1427,14 +1485,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.IdentityModel.Protocols.OpenIdConnect 6.10.0</summary>
+<summary>Microsoft.IdentityModel.Protocols.OpenIdConnect 7.0.3</summary>
 
 ## Microsoft.IdentityModel.Protocols.OpenIdConnect
 
-- Version: 6.10.0
+- Version: 7.0.3
 - Authors: Microsoft
 - Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Protocols.OpenIdConnect/6.10.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Protocols.OpenIdConnect/7.0.3)
 - License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
 
 
@@ -1466,14 +1524,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.IdentityModel.Tokens 6.10.0</summary>
+<summary>Microsoft.IdentityModel.Tokens 7.0.3</summary>
 
 ## Microsoft.IdentityModel.Tokens
 
-- Version: 6.10.0
+- Version: 7.0.3
 - Authors: Microsoft
 - Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Tokens/6.10.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.IdentityModel.Tokens/7.0.3)
 - License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
 
 
@@ -1505,20 +1563,23 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.NET.Test.Sdk 17.4.0</summary>
+<summary>Microsoft.NET.Test.Sdk 17.8.0</summary>
 
 ## Microsoft.NET.Test.Sdk
 
-- Version: 17.4.0
+- Version: 17.8.0
 - Authors: Microsoft
-- Owners: Microsoft
-- Project URL: https://github.com/microsoft/vstest/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.4.0)
+- Project URL: https://github.com/microsoft/vstest
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.8.0)
 - License: [MIT](https://raw.githubusercontent.com/microsoft/vstest/main/LICENSE)
 
 
 ```
-Copyright (c) 2020 Microsoft Corporation
+The MIT License (MIT)
+
+Copyright (c) Microsoft Corporation
+
+All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
@@ -1556,6 +1617,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -1571,7 +1637,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -1585,36 +1651,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -1623,11 +1689,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -1646,22 +1712,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -1670,10 +1736,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -1681,7 +1747,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -1702,10 +1768,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -1716,11 +1782,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -1756,6 +1822,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -1771,7 +1842,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -1785,36 +1856,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -1823,11 +1894,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -1846,22 +1917,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -1870,10 +1941,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -1881,7 +1952,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -1902,10 +1973,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -1916,11 +1987,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -1943,15 +2014,14 @@ consequential or other damages.
 
 
 <details>
-<summary>Microsoft.TestPlatform.ObjectModel 17.4.0</summary>
+<summary>Microsoft.TestPlatform.ObjectModel 17.8.0</summary>
 
 ## Microsoft.TestPlatform.ObjectModel
 
-- Version: 17.4.0
+- Version: 17.8.0
 - Authors: Microsoft
-- Owners: Microsoft
-- Project URL: https://github.com/microsoft/vstest/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.4.0)
+- Project URL: https://github.com/microsoft/vstest
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.8.0)
 - License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE)
 
 
@@ -1981,15 +2051,14 @@ SOFTWARE.
 
 
 <details>
-<summary>Microsoft.TestPlatform.TestHost 17.4.0</summary>
+<summary>Microsoft.TestPlatform.TestHost 17.8.0</summary>
 
 ## Microsoft.TestPlatform.TestHost
 
-- Version: 17.4.0
+- Version: 17.8.0
 - Authors: Microsoft
-- Owners: Microsoft
-- Project URL: https://github.com/microsoft/vstest/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.4.0)
+- Project URL: https://github.com/microsoft/vstest
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.8.0)
 - License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE)
 
 
@@ -2032,6 +2101,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -2047,7 +2121,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -2061,36 +2135,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -2099,11 +2173,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -2122,22 +2196,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -2146,10 +2220,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -2157,7 +2231,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -2178,10 +2252,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -2192,11 +2266,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -2232,6 +2306,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -2247,7 +2326,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -2261,36 +2340,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -2299,11 +2378,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -2322,22 +2401,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -2346,10 +2425,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -2357,7 +2436,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -2378,10 +2457,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -2392,11 +2471,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -2457,14 +2536,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 <details>
-<summary>NuGet.Frameworks 5.11.0</summary>
+<summary>NuGet.Frameworks 6.5.0</summary>
 
 ## NuGet.Frameworks
 
-- Version: 5.11.0
+- Version: 6.5.0
 - Authors: Microsoft
 - Project URL: https://aka.ms/nugetprj
-- Source: [NuGet](https://www.nuget.org/packages/NuGet.Frameworks/5.11.0)
+- Source: [NuGet](https://www.nuget.org/packages/NuGet.Frameworks/6.5.0)
 - License: [Apache-2.0](https://github.com/NuGet/NuGet.Client/raw/dev/LICENSE.txt)
 
 
@@ -2503,6 +2582,11 @@ specific language governing permissions and limitations under the License.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -2518,7 +2602,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -2532,36 +2616,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -2570,11 +2654,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -2593,22 +2677,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -2617,10 +2701,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -2628,7 +2712,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -2649,10 +2733,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -2663,11 +2747,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -2703,6 +2787,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -2718,7 +2807,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -2732,36 +2821,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -2770,11 +2859,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -2793,22 +2882,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -2817,10 +2906,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -2828,7 +2917,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -2849,10 +2938,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -2863,11 +2952,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -2903,6 +2992,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -2918,7 +3012,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -2932,36 +3026,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -2970,11 +3064,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -2993,22 +3087,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -3017,10 +3111,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -3028,7 +3122,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -3049,10 +3143,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -3063,11 +3157,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -3103,6 +3197,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -3118,7 +3217,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -3132,36 +3231,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -3170,11 +3269,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -3193,22 +3292,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -3217,10 +3316,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -3228,7 +3327,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -3249,10 +3348,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -3263,11 +3362,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -3303,6 +3402,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -3318,7 +3422,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -3332,36 +3436,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -3370,11 +3474,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -3393,22 +3497,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -3417,10 +3521,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -3428,7 +3532,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -3449,10 +3553,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -3463,11 +3567,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -3503,6 +3607,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -3518,7 +3627,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -3532,36 +3641,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -3570,11 +3679,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -3593,22 +3702,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -3617,10 +3726,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -3628,7 +3737,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -3649,10 +3758,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -3663,11 +3772,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -3690,18 +3799,23 @@ consequential or other damages.
 
 
 <details>
-<summary>System.Diagnostics.DiagnosticSource 6.0.0</summary>
+<summary>System.Diagnostics.DiagnosticSource 8.0.0</summary>
 
 ## System.Diagnostics.DiagnosticSource
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/8.0.0)
 - License: [MICROSOFT .NET LIBRARY License](http://go.microsoft.com/fwlink/?LinkId=329770)
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -3717,7 +3831,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -3731,36 +3845,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -3769,11 +3883,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -3792,22 +3906,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -3816,10 +3930,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -3827,7 +3941,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -3848,10 +3962,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -3862,11 +3976,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -3889,14 +4003,14 @@ consequential or other damages.
 
 
 <details>
-<summary>System.Diagnostics.EventLog 6.0.0</summary>
+<summary>System.Diagnostics.EventLog 8.0.0</summary>
 
 ## System.Diagnostics.EventLog
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.EventLog/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.EventLog/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -3943,6 +4057,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -3958,7 +4077,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -3972,36 +4091,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -4010,11 +4129,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -4033,22 +4152,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -4057,10 +4176,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -4068,7 +4187,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -4089,10 +4208,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -4103,11 +4222,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -4143,6 +4262,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -4158,7 +4282,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -4172,36 +4296,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -4210,11 +4334,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -4233,22 +4357,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -4257,10 +4381,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -4268,7 +4392,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -4289,10 +4413,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -4303,11 +4427,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -4343,6 +4467,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -4358,7 +4487,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -4372,36 +4501,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -4410,11 +4539,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -4433,22 +4562,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -4457,10 +4586,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -4468,7 +4597,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -4489,10 +4618,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -4503,11 +4632,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -4543,6 +4672,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -4558,7 +4692,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -4572,36 +4706,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -4610,11 +4744,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -4633,22 +4767,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -4657,10 +4791,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -4668,7 +4802,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -4689,10 +4823,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -4703,11 +4837,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -4743,6 +4877,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -4758,7 +4897,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -4772,36 +4911,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -4810,11 +4949,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -4833,22 +4972,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -4857,10 +4996,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -4868,7 +5007,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -4889,10 +5028,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -4903,11 +5042,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -4943,6 +5082,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -4958,7 +5102,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -4972,36 +5116,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -5010,11 +5154,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -5033,22 +5177,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -5057,10 +5201,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -5068,7 +5212,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -5089,10 +5233,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -5103,11 +5247,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -5143,6 +5287,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -5158,7 +5307,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -5172,36 +5321,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -5210,11 +5359,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -5233,22 +5382,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -5257,10 +5406,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -5268,7 +5417,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -5289,10 +5438,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -5303,11 +5452,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -5343,6 +5492,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -5358,7 +5512,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -5372,36 +5526,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -5410,11 +5564,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -5433,22 +5587,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -5457,10 +5611,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -5468,7 +5622,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -5489,10 +5643,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -5503,11 +5657,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -5543,6 +5697,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -5558,7 +5717,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -5572,36 +5731,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -5610,11 +5769,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -5633,22 +5792,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -5657,10 +5816,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -5668,7 +5827,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -5689,10 +5848,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -5703,11 +5862,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -5743,6 +5902,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -5758,7 +5922,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -5772,36 +5936,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -5810,11 +5974,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -5833,22 +5997,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -5857,10 +6021,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -5868,7 +6032,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -5889,10 +6053,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -5903,11 +6067,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -5929,6 +6093,47 @@ consequential or other damages.
 </details>
 
 
+<details>
+<summary>System.IO.Pipelines 8.0.0</summary>
+
+## System.IO.Pipelines
+
+- Version: 8.0.0
+- Authors: Microsoft
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Pipelines/8.0.0)
+- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+```
+
+</details>
+
+
 <details>
 <summary>System.IO.Pipelines 6.0.3</summary>
 
@@ -5971,14 +6176,14 @@ SOFTWARE.
 
 
 <details>
-<summary>System.IdentityModel.Tokens.Jwt 6.10.0</summary>
+<summary>System.IdentityModel.Tokens.Jwt 7.0.3</summary>
 
 ## System.IdentityModel.Tokens.Jwt
 
-- Version: 6.10.0
+- Version: 7.0.3
 - Authors: Microsoft
 - Project URL: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/6.10.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt/7.0.3)
 - License: [MIT](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/raw/dev/LICENSE.txt)
 
 
@@ -6023,6 +6228,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -6038,7 +6248,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -6052,36 +6262,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -6090,11 +6300,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -6113,22 +6323,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -6137,10 +6347,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -6148,7 +6358,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -6169,10 +6379,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -6183,11 +6393,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -6223,6 +6433,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -6238,7 +6453,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -6252,36 +6467,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -6290,11 +6505,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -6313,22 +6528,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -6337,10 +6552,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -6348,7 +6563,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -6369,10 +6584,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -6383,11 +6598,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -6423,6 +6638,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -6438,7 +6658,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -6452,36 +6672,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -6490,11 +6710,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -6513,22 +6733,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -6537,10 +6757,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -6548,7 +6768,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -6569,10 +6789,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -6583,11 +6803,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -6623,10 +6843,15 @@ consequential or other damages.
 
 
 ```
-MICROSOFT SOFTWARE LICENSE
-TERMS
+.NET Library License Terms | .NET
 
-MICROSOFT .NET
+
+
+
+MICROSOFT SOFTWARE LICENSE
+TERMS
+
+MICROSOFT .NET
 LIBRARY
 
 These
@@ -6638,7 +6863,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -6652,36 +6877,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -6690,11 +6915,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -6713,22 +6938,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -6737,10 +6962,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -6748,7 +6973,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -6769,10 +6994,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -6783,11 +7008,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -6823,6 +7048,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -6838,7 +7068,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -6852,36 +7082,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -6890,11 +7120,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -6913,22 +7143,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -6937,10 +7167,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -6948,7 +7178,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -6969,10 +7199,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -6983,11 +7213,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -7023,6 +7253,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -7038,7 +7273,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -7052,36 +7287,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -7090,11 +7325,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -7113,22 +7348,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -7137,10 +7372,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -7148,7 +7383,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -7169,10 +7404,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -7183,11 +7418,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -7223,6 +7458,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -7238,7 +7478,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -7252,36 +7492,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -7290,11 +7530,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -7313,22 +7553,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -7337,10 +7577,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -7348,7 +7588,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -7369,10 +7609,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -7383,11 +7623,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -7423,6 +7663,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -7438,7 +7683,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -7452,36 +7697,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -7490,11 +7735,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -7513,22 +7758,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -7537,10 +7782,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -7548,7 +7793,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -7569,10 +7814,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -7583,11 +7828,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -7623,6 +7868,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -7638,7 +7888,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -7652,36 +7902,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -7690,11 +7940,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -7713,22 +7963,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -7737,10 +7987,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -7748,7 +7998,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -7769,10 +8019,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -7783,11 +8033,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -7823,6 +8073,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -7838,7 +8093,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -7852,36 +8107,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -7890,11 +8145,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -7913,22 +8168,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -7937,10 +8192,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -7948,7 +8203,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -7969,10 +8224,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -7983,11 +8238,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -8023,6 +8278,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -8038,7 +8298,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -8052,36 +8312,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -8090,11 +8350,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -8113,22 +8373,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -8137,10 +8397,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -8148,7 +8408,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -8169,10 +8429,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -8183,11 +8443,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -8265,6 +8525,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -8280,7 +8545,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -8294,36 +8559,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -8332,11 +8597,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -8355,22 +8620,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -8379,10 +8644,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -8390,7 +8655,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -8411,10 +8676,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -8425,11 +8690,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -8465,6 +8730,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -8480,7 +8750,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -8494,36 +8764,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -8532,11 +8802,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -8555,22 +8825,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -8579,10 +8849,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -8590,7 +8860,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -8611,10 +8881,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -8625,11 +8895,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -8665,6 +8935,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -8680,7 +8955,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -8694,36 +8969,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -8732,11 +9007,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -8755,22 +9030,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -8779,10 +9054,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -8790,7 +9065,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -8811,10 +9086,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -8825,11 +9100,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -8865,6 +9140,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -8880,7 +9160,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -8894,36 +9174,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -8932,11 +9212,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -8955,22 +9235,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -8979,10 +9259,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -8990,7 +9270,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -9011,10 +9291,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -9025,11 +9305,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -9051,47 +9331,6 @@ consequential or other damages.
 </details>
 
 
-<details>
-<summary>System.Runtime.CompilerServices.Unsafe 6.0.0</summary>
-
-## System.Runtime.CompilerServices.Unsafe
-
-- Version: 6.0.0
-- Authors: Microsoft
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/6.0.0)
-- License: [MIT](https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
-
-
-```
-The MIT License (MIT)
-
-Copyright (c) .NET Foundation and Contributors
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-```
-
-</details>
-
-
 <details>
 <summary>System.Runtime.Extensions 4.3.0</summary>
 
@@ -9106,6 +9345,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -9121,7 +9365,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -9135,36 +9379,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -9173,11 +9417,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -9196,22 +9440,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -9220,10 +9464,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -9231,7 +9475,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -9252,10 +9496,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -9266,11 +9510,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -9306,6 +9550,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -9321,7 +9570,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -9335,36 +9584,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -9373,11 +9622,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -9396,22 +9645,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -9420,10 +9669,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -9431,7 +9680,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -9452,10 +9701,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -9466,11 +9715,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -9506,6 +9755,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -9521,7 +9775,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -9535,36 +9789,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -9573,11 +9827,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -9596,22 +9850,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -9620,10 +9874,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -9631,7 +9885,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -9652,10 +9906,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -9666,11 +9920,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -9706,6 +9960,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -9721,7 +9980,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -9735,36 +9994,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -9773,11 +10032,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -9796,22 +10055,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -9820,10 +10079,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -9831,7 +10090,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -9852,10 +10111,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -9866,11 +10125,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -9906,6 +10165,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -9921,7 +10185,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -9935,36 +10199,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -9973,11 +10237,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -9996,22 +10260,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -10020,10 +10284,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -10031,7 +10295,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -10052,10 +10316,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -10066,11 +10330,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -10106,6 +10370,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -10121,7 +10390,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -10135,36 +10404,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -10173,11 +10442,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -10196,22 +10465,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -10220,10 +10489,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -10231,7 +10500,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -10252,10 +10521,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -10266,11 +10535,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -10293,19 +10562,24 @@ consequential or other damages.
 
 
 <details>
-<summary>System.Security.Cryptography.Cng 4.5.0</summary>
+<summary>System.Security.Cryptography.Cng 4.3.0</summary>
 
 ## System.Security.Cryptography.Cng
 
-- Version: 4.5.0
+- Version: 4.3.0
 - Authors: Microsoft
 - Owners: microsoft,dotnetframework
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Cng/4.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Cng/4.3.0)
 - License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -10321,7 +10595,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -10335,36 +10609,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -10373,11 +10647,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -10396,22 +10670,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -10420,10 +10694,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -10431,7 +10705,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -10452,10 +10726,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -10466,11 +10740,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -10506,6 +10780,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -10521,7 +10800,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -10535,36 +10814,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -10573,11 +10852,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -10596,22 +10875,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -10620,10 +10899,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -10631,7 +10910,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -10652,10 +10931,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -10666,11 +10945,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -10706,6 +10985,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -10721,7 +11005,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -10735,36 +11019,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -10773,11 +11057,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -10796,22 +11080,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -10820,10 +11104,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -10831,7 +11115,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -10852,10 +11136,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -10866,11 +11150,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -10906,6 +11190,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -10921,7 +11210,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -10935,36 +11224,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -10973,11 +11262,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -10996,22 +11285,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -11020,10 +11309,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -11031,7 +11320,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -11052,10 +11341,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -11066,11 +11355,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -11106,6 +11395,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -11121,7 +11415,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -11135,36 +11429,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -11173,11 +11467,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -11196,22 +11490,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -11220,10 +11514,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -11231,7 +11525,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -11252,10 +11546,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -11266,11 +11560,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -11306,6 +11600,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -11321,7 +11620,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -11335,36 +11634,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -11373,11 +11672,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -11396,22 +11695,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -11420,10 +11719,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -11431,7 +11730,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -11452,10 +11751,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -11466,11 +11765,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -11506,6 +11805,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -11521,7 +11825,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -11535,36 +11839,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -11573,11 +11877,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -11596,22 +11900,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -11620,10 +11924,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -11631,7 +11935,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -11652,10 +11956,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -11666,11 +11970,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -11706,6 +12010,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -11721,7 +12030,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -11735,36 +12044,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -11773,11 +12082,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -11796,22 +12105,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -11820,10 +12129,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -11831,7 +12140,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -11852,10 +12161,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -11866,11 +12175,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -11893,14 +12202,14 @@ consequential or other damages.
 
 
 <details>
-<summary>System.Text.Encodings.Web 6.0.0</summary>
+<summary>System.Text.Encodings.Web 8.0.0</summary>
 
 ## System.Text.Encodings.Web
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Text.Encodings.Web/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Text.Encodings.Web/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -11934,14 +12243,14 @@ SOFTWARE.
 
 
 <details>
-<summary>System.Text.Json 6.0.0</summary>
+<summary>System.Text.Json 8.0.0</summary>
 
 ## System.Text.Json
 
-- Version: 6.0.0
+- Version: 8.0.0
 - Authors: Microsoft
 - Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Text.Json/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Text.Json/8.0.0)
 - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
 
 
@@ -11988,6 +12297,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -12003,7 +12317,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -12017,36 +12331,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -12055,11 +12369,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -12078,22 +12392,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -12102,10 +12416,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -12113,7 +12427,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -12134,10 +12448,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -12148,11 +12462,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -12188,6 +12502,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -12203,7 +12522,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -12217,36 +12536,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -12255,11 +12574,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -12278,22 +12597,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -12302,10 +12621,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -12313,7 +12632,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -12334,10 +12653,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -12348,11 +12667,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -12388,6 +12707,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -12403,7 +12727,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -12417,36 +12741,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -12455,11 +12779,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -12478,22 +12802,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -12502,10 +12826,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -12513,7 +12837,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -12534,10 +12858,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -12548,11 +12872,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -12588,6 +12912,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -12603,7 +12932,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -12617,36 +12946,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -12655,11 +12984,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -12678,22 +13007,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -12702,10 +13031,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -12713,7 +13042,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -12734,10 +13063,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -12748,11 +13077,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -12788,6 +13117,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -12803,7 +13137,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -12817,36 +13151,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -12855,11 +13189,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -12878,22 +13212,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -12902,10 +13236,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -12913,7 +13247,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -12934,10 +13268,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -12948,11 +13282,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -12988,6 +13322,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -13003,7 +13342,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -13017,36 +13356,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -13055,11 +13394,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -13078,22 +13417,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -13102,10 +13441,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -13113,7 +13452,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -13134,10 +13473,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -13148,11 +13487,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -13188,6 +13527,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -13203,7 +13547,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -13217,36 +13561,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -13255,11 +13599,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -13278,22 +13622,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -13302,10 +13646,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -13313,7 +13657,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -13334,10 +13678,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -13348,11 +13692,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -13375,14 +13719,14 @@ consequential or other damages.
 
 
 <details>
-<summary>coverlet.collector 3.2.0</summary>
+<summary>coverlet.collector 6.0.0</summary>
 
 ## coverlet.collector
 
-- Version: 3.2.0
+- Version: 6.0.0
 - Authors: tonerdo
 - Project URL: https://github.com/coverlet-coverage/coverlet
-- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/3.2.0)
+- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/6.0.0)
 - License: [MIT](https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
 
 
@@ -13427,6 +13771,11 @@ SOFTWARE.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -13442,7 +13791,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -13456,36 +13805,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -13494,11 +13843,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -13517,22 +13866,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -13541,10 +13890,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -13552,7 +13901,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -13573,10 +13922,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -13587,11 +13936,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -13627,6 +13976,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -13642,7 +13996,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -13656,36 +14010,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -13694,11 +14048,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -13717,22 +14071,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -13741,10 +14095,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -13752,7 +14106,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -13773,10 +14127,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -13787,11 +14141,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -13827,6 +14181,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -13842,7 +14201,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -13856,36 +14215,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -13894,11 +14253,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -13917,22 +14276,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -13941,10 +14300,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -13952,7 +14311,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -13973,10 +14332,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -13987,11 +14346,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -14027,6 +14386,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -14042,7 +14406,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -14056,36 +14420,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -14094,11 +14458,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -14117,22 +14481,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -14141,10 +14505,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -14152,7 +14516,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -14173,10 +14537,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -14187,11 +14551,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -14227,6 +14591,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -14242,7 +14611,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -14256,36 +14625,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -14294,11 +14663,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -14317,22 +14686,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -14341,10 +14710,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -14352,7 +14721,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -14373,10 +14742,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -14387,11 +14756,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -14427,6 +14796,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -14442,7 +14816,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -14456,36 +14830,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -14494,11 +14868,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -14517,22 +14891,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -14541,10 +14915,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -14552,7 +14926,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -14573,10 +14947,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -14587,11 +14961,216 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
+12.
+Limitation
+on and Exclusion of Remedies and Damages. YOU
+CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
+$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
+PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
+This limitation applies to (a)
+anything related to the software, services, content (including code) on third
+party Internet sites, or third party applications; and (b) claims for breach of
+contract, breach of warranty, guarantee or condition, strict liability,
+negligence, or other tort to the extent permitted by applicable law.
+It
+also applies even if Microsoft knew or should have known about the possibility
+of the damages. The above limitation or exclusion may not apply to you because
+your state or country may not allow the exclusion or limitation of incidental,
+consequential or other damages.
+```
+
+</details>
+
+
+<details>
+<summary>runtime.native.System.Net.Http 4.3.0</summary>
+
+## runtime.native.System.Net.Http
+
+- Version: 4.3.0
+- Authors: Microsoft
+- Owners: microsoft,dotnetframework
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Net.Http/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
+
+
+```
+.NET Library License Terms | .NET
+
+
+
+
+MICROSOFT SOFTWARE LICENSE
+TERMS
+
+MICROSOFT .NET
+LIBRARY
+
+These
+license terms are an agreement between you and Microsoft Corporation (or based
+on where you live, one of its affiliates). They apply to the software named
+above. The terms also apply to any Microsoft services or updates for the
+software, except to the extent those have different terms.
+
+If
+you comply with these license terms, you have the rights below.
+
+1.    INSTALLATION AND USE RIGHTS. 
+You may
+install and use any number of copies of the software to develop and test your applications. 
+
+2.   
+THIRD PARTY COMPONENTS. The software may include third party components with
+separate legal notices or governed by other agreements, as may be described in
+the ThirdPartyNotices file(s) accompanying the software.
+3.   
+ADDITIONAL LICENSING
+REQUIREMENTS AND/OR USE RIGHTS.
+a.    
+DISTRIBUTABLE
+CODE.  The software is
+comprised of Distributable Code. “Distributable Code” is code that you are
+permitted to distribute in applications you develop if you comply with the
+terms below.
+i.      Right to Use and Distribute. 
+·       
+You may copy and distribute the object code form of the software.
+·       
+Third Party Distribution. You may permit distributors of your applications
+to copy and distribute the Distributable Code as part of those applications.
+ii.     Distribution Requirements. For any
+Distributable Code you distribute, you must
+·       
+use the Distributable Code in your applications and not as a
+standalone distribution;
+·       
+require distributors and external end users to agree to terms that
+protect it at least as much as this agreement; and
+·       
+indemnify, defend, and hold harmless Microsoft from any claims,
+including attorneys’ fees, related to the distribution or use of your applications,
+except to the extent that any claim is based solely on the unmodified Distributable
+Code.
+iii.   Distribution Restrictions. You may not
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
+that suggests your applications come from or are endorsed by Microsoft; or
+·       
+modify or distribute the source code of any Distributable Code so
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
+distribution of code, that (i) it be disclosed or distributed in source code
+form; or (ii) others have the right to modify it.
+4.   
+DATA.
+a.    
+Data Collection. The software may collect
+information about you and your use of the software, and send that to Microsoft.
+Microsoft may use this information to provide services and improve our products
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
+Microsoft to collect data from users of your applications. If you use
+these features, you must comply with applicable law, including providing
+appropriate notices to users of your applications together with Microsoft’s
+privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
+collection and its use from the software documentation and our privacy
+statement. Your use of the software operates as your consent to these
+practices.
+b.   
+Processing of Personal Data. To the extent Microsoft is a
+processor or subprocessor of personal data in connection with the software,
+Microsoft makes the commitments in the European Union General Data Protection
+Regulation Terms of the Online Services Terms to all customers effective May
+25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
+5.   
+Scope of
+License. The software is licensed, not sold. This agreement
+only gives you some rights to use the software. Microsoft reserves all other
+rights. Unless applicable law gives you more rights despite this limitation,
+you may use the software only as expressly permitted in this agreement. In
+doing so, you must comply with any technical limitations in the software that
+only allow you to use it in certain ways. You may not
+·       
+work around any technical
+limitations in the software;
+·       
+reverse engineer, decompile or
+disassemble the software, or otherwise attempt to derive the source code for
+the software, except and to the extent required by third party licensing terms
+governing use of certain open source components that may be included in the
+software;
+·       
+remove, minimize, block or modify
+any notices of Microsoft or its suppliers in the software; 
+·       
+use the software in any way that
+is against the law; or
+·       
+share, publish, rent or lease the
+software, provide the software as a stand-alone offering for others to use, or
+transfer the software or this agreement to any third party.
+6.   
+Export
+Restrictions. You must comply with all domestic and international
+export laws and regulations that apply to the software, which include
+restrictions on destinations, end users, and end use. For further information
+on export restrictions, visit www.microsoft.com/exporting.
+7.   
+SUPPORT
+SERVICES. Because this software is “as is,” we may not provide
+support services for it.
+8.   
+Entire
+Agreement. This
+agreement, and the terms for supplements, updates, Internet-based services and
+support services that you use, are the entire agreement for the software and
+support services.
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
+applies to interpretation of and claims for breach of this agreement, and the
+laws of the state where you live apply to all other claims. If you acquired the
+software in any other country, its laws apply.
+10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
+may have other rights, including consumer rights, under the laws of your state
+or country. Separate and apart from your relationship with Microsoft, you may
+also have rights with respect to the party from which you acquired the
+software. This agreement does not change those other rights if the laws of your
+state or country do not permit it to do so. For example, if you acquired the
+software in one of the below regions, or mandatory country law applies, then
+the following provisions apply to you:
+a)    Australia. You have statutory guarantees under the Australian Consumer
+Law and nothing in this agreement is intended to affect those rights.
+b)    Canada. If you acquired this software in Canada, you may stop
+receiving updates by turning off the automatic update feature, disconnecting
+your device from the Internet (if and when you re-connect to the Internet,
+however, the software will resume checking for and installing updates), or uninstalling
+the software. The product documentation, if any, may also specify how to turn
+off updates for your specific device or software.
+c)    Germany and Austria.
+(i)        Warranty. The software will perform
+substantially as described in any Microsoft materials that accompany it.
+However, Microsoft gives no contractual guarantee in relation to the software.
+(ii)       Limitation of Liability. In case of
+intentional conduct, gross negligence, claims based on the Product Liability
+Act, as well as in case of death or personal or physical injury, Microsoft is
+liable according to the statutory law.
+Subject to the foregoing clause (ii), Microsoft will only
+be liable for slight negligence if Microsoft is in breach of such material
+contractual obligations, the fulfillment of which facilitate the due
+performance of this agreement, the breach of which would endanger the purpose
+of this agreement and the compliance with which a party may constantly trust in
+(so-called "cardinal obligations"). In other cases of slight negligence,
+Microsoft will not be liable for slight negligence
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
+OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
+TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -14623,10 +15202,15 @@ consequential or other damages.
 - Owners: microsoft,dotnetframework
 - Project URL: https://dot.net/
 - Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.Apple/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License](http://go.microsoft.com/fwlink/?LinkId=329770)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -14642,7 +15226,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -14656,36 +15240,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -14694,11 +15278,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -14717,22 +15301,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -14741,10 +15325,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -14752,7 +15336,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -14773,10 +15357,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -14787,11 +15371,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -14823,10 +15407,15 @@ consequential or other damages.
 - Owners: microsoft,dotnetframework
 - Project URL: https://dot.net/
 - Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License](http://go.microsoft.com/fwlink/?LinkId=329770)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -14842,7 +15431,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -14856,36 +15445,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -14894,11 +15483,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -14917,22 +15506,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -14941,10 +15530,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -14952,7 +15541,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -14973,10 +15562,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -14987,11 +15576,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -15027,6 +15616,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -15042,7 +15636,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -15056,36 +15650,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -15094,11 +15688,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -15117,22 +15711,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -15141,10 +15735,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -15152,7 +15746,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -15173,10 +15767,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -15187,11 +15781,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -15227,6 +15821,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -15242,7 +15841,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -15256,36 +15855,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -15294,11 +15893,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -15317,22 +15916,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -15341,10 +15940,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -15352,7 +15951,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -15373,10 +15972,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -15387,11 +15986,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -15427,6 +16026,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -15442,7 +16046,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -15456,36 +16060,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -15494,11 +16098,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -15517,22 +16121,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -15541,10 +16145,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -15552,7 +16156,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -15573,10 +16177,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -15587,11 +16191,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -15627,6 +16231,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -15642,7 +16251,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -15656,36 +16265,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -15694,11 +16303,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -15717,22 +16326,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -15741,10 +16350,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -15752,7 +16361,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -15773,10 +16382,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -15787,11 +16396,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -15827,6 +16436,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -15842,7 +16456,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -15856,36 +16470,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -15894,11 +16508,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -15917,22 +16531,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -15941,10 +16555,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -15952,7 +16566,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -15973,10 +16587,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -15987,11 +16601,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -16027,6 +16641,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -16042,7 +16661,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -16056,36 +16675,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -16094,11 +16713,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -16117,22 +16736,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -16141,10 +16760,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -16152,7 +16771,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -16173,10 +16792,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -16187,11 +16806,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -16227,6 +16846,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -16242,7 +16866,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -16256,36 +16880,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -16294,11 +16918,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -16317,22 +16941,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -16341,10 +16965,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -16352,7 +16976,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -16373,10 +16997,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -16387,11 +17011,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -16427,6 +17051,11 @@ consequential or other damages.
 
 
 ```
+.NET Library License Terms | .NET
+
+
+
+
 MICROSOFT SOFTWARE LICENSE
 TERMS
 
@@ -16442,7 +17071,7 @@ software, except to the extent those have different terms.
 If
 you comply with these license terms, you have the rights below.
 
-1.    INSTALLATION AND USE RIGHTS.
+1.    INSTALLATION AND USE RIGHTS. 
 You may
 install and use any number of copies of the software to develop and test your applications. 
 
@@ -16456,36 +17085,36 @@ REQUIREMENTS AND/OR USE RIGHTS.
 a.    
 DISTRIBUTABLE
 CODE.  The software is
-comprised of Distributable Code. �Distributable Code� is code that you are
+comprised of Distributable Code. “Distributable Code” is code that you are
 permitted to distribute in applications you develop if you comply with the
 terms below.
-i.      Right to Use and Distribute.
-�       
+i.      Right to Use and Distribute. 
+·       
 You may copy and distribute the object code form of the software.
-�       
+·       
 Third Party Distribution. You may permit distributors of your applications
 to copy and distribute the Distributable Code as part of those applications.
 ii.     Distribution Requirements. For any
 Distributable Code you distribute, you must
-�       
+·       
 use the Distributable Code in your applications and not as a
 standalone distribution;
-�       
+·       
 require distributors and external end users to agree to terms that
 protect it at least as much as this agreement; and
-�       
+·       
 indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys� fees, related to the distribution or use of your applications,
+including attorneys’ fees, related to the distribution or use of your applications,
 except to the extent that any claim is based solely on the unmodified Distributable
 Code.
 iii.   Distribution Restrictions. You may not
-�       
-use Microsoft�s trademarks in your applications� names or in a way
+·       
+use Microsoft’s trademarks in your applications’ names or in a way
 that suggests your applications come from or are endorsed by Microsoft; or
-�       
+·       
 modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An �Excluded
-License� is one that requires, as a condition of use, modification or
+that any part of it becomes subject to an Excluded License. An “Excluded
+License” is one that requires, as a condition of use, modification or
 distribution of code, that (i) it be disclosed or distributed in source code
 form; or (ii) others have the right to modify it.
 4.   
@@ -16494,11 +17123,11 @@ a.    
 Data Collection. The software may collect
 information about you and your use of the software, and send that to Microsoft.
 Microsoft may use this information to provide services and improve our products
-and services.� You may opt-out of many of these scenarios, but not all, as
-described in the software documentation.� There are also some features in the software that may enable you and
+and services.  You may opt-out of many of these scenarios, but not all, as
+described in the software documentation.  There are also some features in the software that may enable you and
 Microsoft to collect data from users of your applications. If you use
 these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft�s
+appropriate notices to users of your applications together with Microsoft’s
 privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
 collection and its use from the software documentation and our privacy
 statement. Your use of the software operates as your consent to these
@@ -16517,22 +17146,22 @@ rights. Unless applicable law gives you more rights despite this limitation,
 you may use the software only as expressly permitted in this agreement. In
 doing so, you must comply with any technical limitations in the software that
 only allow you to use it in certain ways. You may not
-�       
+·       
 work around any technical
 limitations in the software;
-�       
+·       
 reverse engineer, decompile or
 disassemble the software, or otherwise attempt to derive the source code for
 the software, except and to the extent required by third party licensing terms
 governing use of certain open source components that may be included in the
 software;
-�       
+·       
 remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-�       
+any notices of Microsoft or its suppliers in the software; 
+·       
 use the software in any way that
 is against the law; or
-�       
+·       
 share, publish, rent or lease the
 software, provide the software as a stand-alone offering for others to use, or
 transfer the software or this agreement to any third party.
@@ -16541,10 +17170,10 @@ Export
 Restrictions. You must comply with all domestic and international
 export laws and regulations that apply to the software, which include
 restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting. �
+on export restrictions, visit www.microsoft.com/exporting.
 7.   
 SUPPORT
-SERVICES. Because this software is �as is,� we may not provide
+SERVICES. Because this software is “as is,” we may not provide
 support services for it.
 8.   
 Entire
@@ -16552,7 +17181,7 @@ Agreement. This
 agreement, and the terms for supplements, updates, Internet-based services and
 support services that you use, are the entire agreement for the software and
 support services.
-9.    Applicable Law.� If you acquired the software in the United States, Washington law
+9.    Applicable Law.  If you acquired the software in the United States, Washington law
 applies to interpretation of and claims for breach of this agreement, and the
 laws of the state where you live apply to all other claims. If you acquired the
 software in any other country, its laws apply.
@@ -16573,10 +17202,10 @@ however, the software will resume checking for and installing updates), or unins
 the software. The product documentation, if any, may also specify how to turn
 off updates for your specific device or software.
 c)    Germany and Austria.
-(i)������� Warranty. The software will perform
+(i)        Warranty. The software will perform
 substantially as described in any Microsoft materials that accompany it.
 However, Microsoft gives no contractual guarantee in relation to the software.
-(ii)������ Limitation of Liability. In case of
+(ii)       Limitation of Liability. In case of
 intentional conduct, gross negligence, claims based on the Product Liability
 Act, as well as in case of death or personal or physical injury, Microsoft is
 liable according to the statutory law.
@@ -16587,11 +17216,11 @@ performance of this agreement, the breach of which would endanger the purpose
 of this agreement and the compliance with which a party may constantly trust in
 (so-called "cardinal obligations"). In other cases of slight negligence,
 Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED �AS-IS.� YOU BEAR THE RISK
+11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
 OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
 TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
+NON-INFRINGEMENT. 
 12.
 Limitation
 on and Exclusion of Remedies and Damages. YOU
@@ -16614,13 +17243,13 @@ consequential or other damages.
 
 
 <details>
-<summary>xunit 2.4.2</summary>
+<summary>xunit 2.6.4</summary>
 
 ## xunit
 
-- Version: 2.4.2
+- Version: 2.6.4
 - Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit/2.4.2)
+- Source: [NuGet](https://www.nuget.org/packages/xunit/2.6.4)
 - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
 
 
@@ -16746,78 +17375,44 @@ Both sets of code are covered by the following license:
 
 
 <details>
-<summary>xunit.analyzers 1.0.0</summary>
+<summary>xunit.analyzers 1.8.0</summary>
 
 ## xunit.analyzers
 
-- Version: 1.0.0
+- Version: 1.8.0
 - Authors: jnewkirk,bradwilson,marcind
-- Source: [NuGet](https://www.nuget.org/packages/xunit.analyzers/1.0.0)
-- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.analyzers/1.8.0)
+- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
 
 
 ```
-Unless otherwise noted, the source code here is covered by the following license:
-
-    Copyright (c) .NET Foundation and Contributors
-    All Rights Reserved
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
------------------------
-
-The code in src/common/AssemblyResolution/Microsoft.DotNet.PlatformAbstractions was imported from:
-    https://github.com/dotnet/core-setup/tree/v2.0.1/src/managed/Microsoft.DotNet.PlatformAbstractions
-
-The code in src/common/AssemblyResolution/Microsoft.DotNet.PlatformAbstractions was imported from:
-    https://github.com/dotnet/core-setup/tree/v2.0.1/src/managed/Microsoft.Extensions.DependencyModel
-
-Both sets of code are covered by the following license:
-
-    The MIT License (MIT)
+Copyright (c) .NET Foundation and Contributors
+All Rights Reserved
 
-    Copyright (c) 2015 .NET Foundation
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
 
-    Permission is hereby granted, free of charge, to any person obtaining a copy
-    of this software and associated documentation files (the "Software"), to deal
-    in the Software without restriction, including without limitation the rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-
-    The above copyright notice and this permission notice shall be included in all
-    copies or substantial portions of the Software.
+    http://www.apache.org/licenses/LICENSE-2.0
 
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-    SOFTWARE.
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
 ```
 
 </details>
 
 
 <details>
-<summary>xunit.assert 2.4.2</summary>
+<summary>xunit.assert 2.6.4</summary>
 
 ## xunit.assert
 
-- Version: 2.4.2
+- Version: 2.6.4
 - Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.4.2)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.6.4)
 - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
 
 
@@ -16876,13 +17471,13 @@ Both sets of code are covered by the following license:
 
 
 <details>
-<summary>xunit.core 2.4.2</summary>
+<summary>xunit.core 2.6.4</summary>
 
 ## xunit.core
 
-- Version: 2.4.2
+- Version: 2.6.4
 - Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.4.2)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.6.4)
 - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
 
 
@@ -16941,13 +17536,13 @@ Both sets of code are covered by the following license:
 
 
 <details>
-<summary>xunit.extensibility.core 2.4.2</summary>
+<summary>xunit.extensibility.core 2.6.4</summary>
 
 ## xunit.extensibility.core
 
-- Version: 2.4.2
+- Version: 2.6.4
 - Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.4.2)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.6.4)
 - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
 
 
@@ -17006,13 +17601,13 @@ Both sets of code are covered by the following license:
 
 
 <details>
-<summary>xunit.extensibility.execution 2.4.2</summary>
+<summary>xunit.extensibility.execution 2.6.4</summary>
 
 ## xunit.extensibility.execution
 
-- Version: 2.4.2
+- Version: 2.6.4
 - Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.4.2)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.6.4)
 - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
 
 
@@ -17071,14 +17666,13 @@ Both sets of code are covered by the following license:
 
 
 <details>
-<summary>xunit.runner.visualstudio 2.4.5</summary>
+<summary>xunit.runner.visualstudio 2.5.6</summary>
 
 ## xunit.runner.visualstudio
 
-- Version: 2.4.5
-- Authors: .NET Foundation and Contributors
-- Project URL: https://github.com/xunit/visualstudio.xunit
-- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.4.5)
+- Version: 2.5.6
+- Authors: jnewkirk,bradwilson
+- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.5.6)
 - License: [MIT]( https://licenses.nuget.org/MIT)
 
 
@@ -17087,16 +17681,39 @@ Both sets of code are covered by the following license:
 
 
 
+MIT License
 SPDX identifier
 MIT
 License text
- MIT License _____
 
-Permission is hereby granted, free of charge, to any person obtaining a copy of _____ (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+MIT License
+
+
+Copyright (c) <year> <copyright holders>
+         
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of  this software and
+         associated documentation files (the "Software"), to deal in the Software without restriction,
+         including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
+         and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
+         subject to the following conditions:
+The above copyright notice and this permission notice
+          (including the next paragraph)
+         shall be included in all copies or substantial
+         portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+         LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+         NO EVENT SHALL  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+         WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+         SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+SPDX web page
+
+https://spdx.org/licenses/MIT.html
 
-The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
+Notice
+This license content is provided by the SPDX project. For more information about licenses.nuget.org, see our documentation.
 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL _____ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Data pulled from spdx/license-list-data on February 9, 2023.
 ```
 
 </details>