Update ASP.NET Core runtime used in tests to v8 GA (#9793)

* Update ASP.NET Core runtime used in tests to v8 GA

* Update a baseline
This commit is contained in:
Jan Jones 2024-01-12 10:44:06 +01:00 коммит произвёл GitHub
Родитель 569c9c50f3
Коммит ed0238db07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -163,7 +163,7 @@
<!-- Compiler Deps -->
<DiffPlexVersion>1.5.0</DiffPlexVersion>
<FluentAssertionsVersion>6.7.0</FluentAssertionsVersion>
<MicrosoftAspNetCoreAppVersion>8.0.0-rc.1.23421.29</MicrosoftAspNetCoreAppVersion>
<MicrosoftAspNetCoreAppVersion>8.0.0</MicrosoftAspNetCoreAppVersion>
<MicrosoftBuildLocatorVersion>1.4.1</MicrosoftBuildLocatorVersion>
<MicrosoftBuildVersion>17.3.0-preview-22364-05</MicrosoftBuildVersion>
<MicrosoftBuildFrameworkVersion>$(MicrosoftBuildVersion)</MicrosoftBuildFrameworkVersion>

Просмотреть файл

@ -5,7 +5,7 @@
alert('hello')</script>
Component:
1: <script>alert('hello')</script>
2: <script>alert(&#x27;hello&#x27;)</script>
2: <script>alert(\u0027hello\u0027)</script>
3: <div>alert('hello')</div>
4: <script>
alert('hello')</script>