aspnet/Blazor -> dotnet/blazor
This commit is contained in:
parent
149aa55629
commit
d6d7ffd901
|
|
@ -94,7 +94,7 @@
|
|||
<SystemWindowsExtensionsPackageVersion>5.0.0-alpha.1.19556.7</SystemWindowsExtensionsPackageVersion>
|
||||
<!-- Only listed explicitly to workaround https://github.com/dotnet/cli/issues/10528 -->
|
||||
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.19556.7</MicrosoftNETCorePlatformsPackageVersion>
|
||||
<!-- Packages from aspnet/Blazor -->
|
||||
<!-- Packages from dotnet/blazor -->
|
||||
<MicrosoftAspNetCoreBlazorMonoPackageVersion>3.1.0-preview4.19578.1</MicrosoftAspNetCoreBlazorMonoPackageVersion>
|
||||
<!-- Packages from aspnet/Extensions -->
|
||||
<InternalAspNetCoreAnalyzersPackageVersion>5.0.0-alpha.1.20056.3</InternalAspNetCoreAnalyzersPackageVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<assembly fullname="mscorlib">
|
||||
<!-- Preserve all methods on WasmRuntime, because these are called by JS-side code
|
||||
to implement timers. Fixes https://github.com/aspnet/Blazor/issues/239 -->
|
||||
to implement timers. Fixes https://github.com/dotnet/blazor/issues/239 -->
|
||||
<type fullname="System.Threading.WasmRuntime" />
|
||||
</assembly>
|
||||
|
||||
|
|
|
|||
|
|
@ -448,7 +448,7 @@ namespace Test
|
|||
frame => AssertFrame.Attribute(frame, "onchange", typeof(EventCallback), 4));
|
||||
}
|
||||
|
||||
[Fact] // See https://github.com/aspnet/Blazor/issues/703
|
||||
[Fact] // See https://github.com/dotnet/blazor/issues/703
|
||||
public void Workaround_703()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -408,7 +408,7 @@ namespace Test
|
|||
frame => AssertFrame.Text(frame, "Some text", 4));
|
||||
}
|
||||
|
||||
[Fact] // https://github.com/aspnet/Blazor/issues/773
|
||||
[Fact] // https://github.com/dotnet/blazor/issues/773
|
||||
public void Regression_773()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -2575,7 +2575,7 @@ namespace Microsoft.AspNetCore.Components.Test
|
|||
[Fact]
|
||||
public async Task CanCombineBindAndConditionalAttribute()
|
||||
{
|
||||
// This test represents https://github.com/aspnet/Blazor/issues/624
|
||||
// This test represents https://github.com/dotnet/blazor/issues/624
|
||||
|
||||
// Arrange: Rendered with textbox enabled
|
||||
var renderer = new TestRenderer();
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Blazor is a component based web UI framework. Blazor apps can run client-side in
|
|||
|
||||
Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime implemented in [WebAssembly](http://webassembly.org) that executes normal .NET assemblies.
|
||||
|
||||
[](https://gitter.im/aspnet/Blazor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
[](https://gitter.im/dotnet/blazor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
You can learn more about Blazor at https://blazor.net.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue