Commit Graph

23 Commits

Author SHA1 Message Date
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
Ryan Nowak baf6a21ef6 Update build tools 2018-06-29 12:40:57 -07:00
Steve Sanderson 2f548f0b27 Update BlazorLibrary template to use newer interop APIs 2018-06-26 14:00:50 +01:00
Ryan Nowak 5b40e3e121 Update versions to 2.1.0 (rtm) 2018-05-31 20:58:09 -07:00
Steve Sanderson 0e3b437dc1 Move <TemplateBlazorPackageVersion> prop to dependencies.props 2018-05-30 11:54:50 +01:00
Nikolei, Stefan 54eda39cb8 Update Anglesharp 2018-05-29 17:08:01 +01:00
Ryan Nowak 3af9f4abd9 Update Korebuild 2018-05-22 13:53:14 -07:00
Ryan Nowak 2027dd4acd Quote MSBuild arguments 2018-04-16 15:08:22 -07:00
Steve Sanderson ce8088f9a3 Inject MSBuild properties into templates during build 2018-04-13 16:50:33 +01:00
Ryan Nowak d3bdb987b0 Add a new feed dotnet-core
This is the *new* and most correct feed for our developer builds.
Leaving the old ones there for now because the other ASP.NET Repos also
left them there.
2018-04-08 14:24:06 -07:00
Ryan Nowak b106cf4d6c Update non-product dependencies 2018-04-08 14:24:06 -07:00
Ryan Nowak d097190824 Add support for conditional attributes
Adds conditional attributes for HTML elements.

This means that an attribute with a 'false' .NET bool value or a null
.NET value of another type will not be rendered in the HTML.
2018-04-03 14:06:48 -07:00
Steve Sanderson 8990ba9f7c Remove redundant file now we moved to Korebuild 2018-03-14 12:00:54 +00:00
Ryan Nowak d175b4d38a Konvert to KoreBuild 2018-03-14 11:23:42 +00:00
Steve Sanderson c0b0679e27 Add /p:TargetVSIXContainer to tools build script 2018-03-14 11:23:40 +00:00
Steve Sanderson d426809b4a Add /p:DeployExtension=false to tooling build script 2018-03-14 11:23:40 +00:00
Steve Sanderson ede0bdcdee Temporarily hardcode msbuild path in build script 2018-03-14 11:23:40 +00:00
Steve Sanderson bcf89371c6 Build BlazorTooling.sln too 2018-03-14 11:23:40 +00:00
Steve Sanderson 9a17a343cc Ensure Microsoft.AspNetCore.Blazor.Build is packed in a post-publish form so it's cross-plat compatible 2018-02-27 20:22:19 +00:00
Steve Sanderson ccd4de4d8c Build CI packages in release mode 2018-02-27 19:47:18 +00:00
Steve Sanderson 7f1f97c6a1 Log extra build info 2018-02-27 19:24:35 +00:00
Steve Sanderson 41fa69f665 Force CI to build with a specific version of .NET Core 2018-02-27 18:52:35 +00:00
Ryan Nowak 51f10e1921 Add (empty) VSIX and language services projects 2018-02-13 15:36:44 -08:00