Ryan Nowak
844e38e641
Update versions to 2.1
...
Updates ASP.NET package versions to 2.1
Tweaks TFMs
- libraries = netstandard2.0
- exes/apps/tools = netcoreapp2.1
- unit tests = netcoreapp2.0
- e2e tests = netcoreapp2.1 (dependency on apps)
The exception to this is the Browser.JS project which depends on our
tool for its build. however this project just builds the js code so its
TFM doesn't really matter.
2018-07-05 09:53:55 -07:00
Steve Sanderson
f7830e7b77
Publishing support
2018-03-14 11:23:43 +00:00
Steve Sanderson
de2bfe5162
Fix regression in app startup when running in E2E tests
2018-02-27 16:57:07 +00:00
Steve Sanderson
0aa164073d
Rename Microsoft.Blazor.* -> Microsoft.AspNetCore.Blazor.* everywhere
2018-01-24 15:48:38 -08:00
Steve Sanderson
c5a104c56d
Remove redundant 'using'
2017-12-12 19:54:27 +00:00
Steve Sanderson
91e1cd1030
Use (project).blazor.config to allow calling UseBlazor with just an assembly name. Allows ReferenceOutputAssembly=false.
2017-12-12 19:48:15 +00:00
Steve Sanderson
c4fea86603
Inject blazor.js script tag (with all references) automatically
2017-12-12 00:36:09 +00:00
Steve Sanderson
aff369e86d
Improve assembly resolution. Standalone hosting now works again.
2017-12-11 21:06:37 +00:00
Steve Sanderson
9ec79ae9f7
Start making standalone hosting work again by automatically locating the client app assembly
2017-12-11 19:45:02 +00:00
Steve Sanderson
3b01daf15a
Begin on serving .NET assemblies from ReferencedAssemblyFileProvider
2017-12-11 17:32:30 +00:00
Steve Sanderson
4c15a74d14
Begin E2E testing for HostedInAspNet sample
2017-12-08 17:27:29 +00:00
Steve Sanderson
4d764d78df
Beginning UseBlazorDevelopmentServer middleware and HostedInAspNet sample
2017-12-08 14:42:59 +00:00