Ryan Brandenburg
fdb6a76a5b
Remove NETStandard.Library.NETFramework
2017-07-07 10:27:34 -07:00
Ryan Brandenburg
8b9b8beb1d
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:42:25 -07:00
Nate McMaster
7eb4a8687e
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:38:37 -07:00
Ryan Brandenburg
057a853de7
DiagnosticSource to 4.4.1
2017-07-03 15:03:34 -07:00
Mike Harder
660b7df0e2
Upgrade Roslyn to 2.3.0-beta3-*
2017-06-30 12:17:58 -07:00
Pranav K
b95ea8bcd2
Add NETStandardImplicitPackageVersion
2017-06-29 08:39:43 -07:00
Pranav K
d278d6eedf
Updating Moq to 4.7.49
2017-06-27 09:04:45 -07:00
Ryan Nowak
4a374f8a33
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-14 12:06:47 -07:00
Ryan Nowak
e14ab8f396
Revert "Revert "Update Roslyn dependency for C# 7.1""
...
This reverts commit 8fb5652f0a .
2017-06-14 12:00:47 -07:00
Nate McMaster
e9362360c6
Remove unused dependency and update corefx version
2017-06-06 17:12:47 -07:00
Mike Harder
17a74a4c2d
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-06-05 11:15:53 -07:00
Mike Harder
8fb5652f0a
Revert "Update Roslyn dependency for C# 7.1"
...
This reverts commit e2c6eab554 .
2017-06-05 10:40:38 -07:00
Ryan Nowak
b1bc67e92e
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-03 17:56:16 -07:00
Ryan Nowak
e2c6eab554
Update Roslyn dependency for C# 7.1
2017-06-03 17:38:13 -07:00
Pranav K
865a5d2f46
Branching for rel/2.0.0-preview2
2017-05-31 19:37:04 -07:00
Kiran Challa
df75fd2188
Updated to use the latest shared runtime
2017-05-29 04:41:22 -07:00
Ryan Brandenburg
9ea37a1bbb
Fix TFM build breaks
2017-05-25 13:12:39 -07:00
Ryan Brandenburg
03404cd3df
Return to NetStandard
2017-05-25 10:34:16 -07:00
Nate McMaster
d70bfdd1ea
Upgrade test framework versions and fix test issues
2017-05-15 14:11:27 -07:00
Pavel Krymets
cf64b335f6
Remove unnecessary package references ( #6252 )
2017-05-10 12:06:10 -07:00
Steve Sanderson
a80594d706
Add FSharpWebSite plus simple functional test against it ( #6231 )
2017-05-05 19:08:36 +01:00
Pranav K
64ffcfaa89
Merge pull request #6236 from aspnet/rel/2.0.0-preview1
...
Change TFM to netcoreapp2.0 (#6234 )
2017-05-04 22:18:48 -07:00
Pranav K
1c5e417606
Change TFM to netcoreapp2.0 ( #6234 )
...
* Change TFM to netcoreapp2.0
2017-05-04 18:11:26 -07:00
Pranav K
18b62c592f
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:02:27 -07:00
Pranav K
561a22e367
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:39:54 -07:00
Pranav K
d2c9df7d2e
Branching for 2.0.0-preview1
2017-04-25 22:04:15 -07:00
Pranav K
ce4e94c1ac
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 12:50:48 -07:00
N. Taylor Mullen
83faaebdb6
Upgrade Roslyn dependency to 2.0.0.
...
- Added C# 7 unit and functional test to validate features work end-to-end.
#6149
2017-04-21 11:41:31 -07:00
Kiran Challa
f4d84f50cd
Upgrading Moq to 4.7.1
2017-04-20 17:07:50 -07:00
Kiran Challa
d65e77e4f7
Updated dependency model version to 2.0.0-*
2017-04-18 16:55:39 -07:00
Pranav K
bc05f005ec
Updating versions to 2.0.0-preview1
2017-04-04 06:57:28 -07:00
Pranav K
b18e96717a
React to https://github.com/aspnet/Razor/issues/1098
2017-04-03 16:41:55 -07:00
Ryan Nowak
7d4ccd9c58
Add benchmark project and boilerplate
2017-03-31 11:19:22 -07:00
Pranav K
bd6520cc50
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 12:05:46 -07:00
Kiran Challa
9c5b33dd8a
Upgraded Json.Net version to 10.0.1
2017-03-28 11:28:43 -07:00
Pranav K
badb6ce8e5
Remove net451 as a cross-compile target
2017-03-22 06:32:50 -07:00
Nate McMaster
6f7717a381
Unify dependency versions to one file
2017-03-15 16:54:32 -07:00
N. Taylor Mullen
acfad83aa6
Migrate to MSBuild
...
- thanx to @NTaylorMullen for initial conversion
- e.g. AssemblyInfo.cs files were already minimized or removed :)
- allow `>=` RC3 CLI's to build and run MVC
- work around several dotnet migration issues; see #5482
- disable full .NET Framework runs of functional tests; see #5873
- remove `Microsoft.DotNet.InternalAbstractions` and `System.Xml.XmlDocument` dependencies
- remove project.json (!!), *.xproj, .notest, and web.config files
Redo earlier changes:
- apply test migration to .NET 4.5.2 in *.csproj world
- see 63507c8 for previous, project.json work
- apply dependency version downgrade from 0097e40 in *.csproj world
Make other test-related changes:
- make Microsoft.AspNetCore.Mvc.TestDiagnosticListener a regular class library
- add support for `/p:GenerateBaselines=true` for functional and Razor.Host tests
- separate `GetCSharpTypeName_ReturnsCorrectTypeNames_ForOutParameter()` test
- work around inability to deserialize a odd `ref` type
- xUnit and vstest now serialize / deserialze test data more often
- skip poor test mentioned in #5768
- work around Microsoft/vstest#392
- rename tests to avoid duplicates
- work around Microsoft/vstest#419
- set up created `AppDomain`s with current `ApplicationBase`
2017-02-28 21:20:39 -08:00
David Fowler
75169fefff
Updated the build.
2014-01-25 02:12:04 -08:00
David Fowler
b0933fdd35
Updated the build and removed older projects.
2014-01-24 02:02:47 -08:00
David Fowler
b54a0da6e8
Updated MVC.
...
- Use new HttpAbstractions
- Updated the build
- Added new projects
2014-01-24 01:55:17 -08:00
David Fowler
c734eada6f
Added restore to build.
2014-01-21 21:52:44 -08:00
David Fowler
cd744ed7bd
Nuke the bin folder
2014-01-21 20:16:13 -08:00
Pranav K
7b8a54cc24
* Updating project structure to use the src, test, build, samples format
...
* Adding build scripts to use K compilation.
2014-01-21 16:15:44 -08:00