Pranav K
4e68e8f3ab
Reacting to CoreCLR package version changes
2016-02-08 09:33:41 -08:00
N. Taylor Mullen
7190b704b1
Temporary build test fixes.
2016-02-06 15:08:27 -08:00
N. Taylor Mullen
42890042a3
Update shared project system.runtime dependency.
2016-02-05 17:50:53 -08:00
N. Taylor Mullen
46d7d8988e
Update project.json to remove redundant System.Runtime dependency.
...
- This package is pulled in transitively.
2016-02-05 17:21:45 -08:00
John Luo
0d4fe3ba72
Updating to new CLI
2016-02-01 18:52:41 -08:00
Brennan
2d2e71e2c8
React to Logging API changes
2016-01-25 09:29:39 -08:00
N. Taylor Mullen
342676925f
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:39:12 -08:00
N. Taylor Mullen
43dfd15a01
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:32:33 -08:00
N. Taylor Mullen
b87a8001fe
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:08 -08:00
Pranav K
c8aa4c2c51
Reacting to CoreCLR version changes
2016-01-20 20:39:57 -08:00
Nate McMaster
cec2051151
Updating build script
2016-01-14 16:41:14 -08:00
Victor Hurdugaci
4a9990a83c
Build with dotnet
2016-01-06 14:28:39 -08:00
Hao Kung
f073d0556b
React to OptionsModel => Options
2015-12-21 14:47:58 -08:00
Chris R
3809613618
Add missing System.ComponentModel dependency.
2015-12-17 15:37:20 -08:00
Pavel Krymets
29e87e314a
Fix coreclr registry and file system related tests
2015-12-14 14:41:03 -08:00
Pranav K
5e65a9fc59
Merge branch 'release' into dev
2015-12-11 12:22:26 -08:00
Pranav K
cc6b4b28fa
Updating to release NuGet.config.
2015-12-11 12:22:24 -08:00
Pavel Krymets
df3ba7e427
Fix build
2015-12-10 09:37:19 -08:00
Pavel Krymets
0cbd683825
nix does not have %LOCALAPPDATA%, use SpecialFolder.LocalApplicationData instead
2015-12-09 16:02:05 -08:00
Pranav K
6fabd6f064
Removing unused dependencies
2015-12-07 19:09:28 -08:00
John Luo
79fca22b3b
Reacting to verbose rename
2015-12-07 11:58:53 -08:00
Pranav K
5f44e8540d
Ensure Microsoft.AspNet.DataProtection.Test.Shared can compile in dnxcore50
2015-11-23 11:31:50 -08:00
Pranav K
ca3e4669dc
Updating tests to use moq.netcore
2015-11-20 14:40:50 -08:00
Daniel Kraemer
7bb3ccf201
Fixed possibly wrong registry path
...
Your version of this script opens/creates registry path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\4.0.30319.0\AutoGenKeys\$sid"
I think the correct path should be "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\$sid"
2015-11-20 21:37:08 +01:00
Pavel Krymets
09f54d6857
Fix build
2015-11-18 12:38:28 -08:00
Pavel Krymets
c48173c948
Add event ids to all log calls
2015-11-18 11:36:15 -08:00
Hao Kung
0b808ca75a
ConfigureDP => AddDP
2015-11-17 13:46:52 -08:00
Doug Bunting
5c94e8923a
Move Travis to supported Linux distribution
...
- use Ubuntu 14.04 (Trusty)
- Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:34:21 -08:00
Doug Bunting
001a7a6d5a
Explicitly choose Mono 4.0.5
...
- avoids future problems related to aspnet/External#48
- e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:54:20 -08:00
Pavel Krymets
5be19a02fc
Add script to add AutoGenKeys section and UCL for it
2015-11-17 09:34:18 -08:00
Pranav K
d09551af46
Reacting to DependencyInjection changes
2015-11-13 10:30:54 -08:00
Troy Dai
4c97cbb9b2
Update Microsoft.Win32.Registry reference's version
2015-11-12 15:28:21 -08:00
N. Taylor Mullen
ca2629c004
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:22:57 -08:00
Cesar Blum Silveira
edf44555f1
Merge branch 'release' into dev
2015-11-02 16:20:35 -08:00
Cesar Blum Silveira
acd8d3d44d
Strong name everything.
2015-11-02 15:32:44 -08:00
Pranav K
92a052a55e
Merge branch 'release' into dev
2015-10-28 12:49:46 -07:00
Pranav K
1c570ba02b
Updating to release NuGet.config.
2015-10-28 12:43:04 -07:00
Pavel Krymets
bc80dab39d
Compiles and passes tests
2015-10-22 18:15:32 -07:00
Pranav K
1a40e7254d
Switching to using generations TFM
2015-10-21 18:31:51 -07:00
Cesar Blum Silveira
cea46e7851
Disable Microsoft.AspNet.Cryptography.KeyDerivation.Test on CoreCLR.
2015-10-16 15:49:25 -07:00
Cesar Blum Silveira
4165ee02c1
Enable some tests on CoreCLR.
2015-10-16 11:15:34 -07:00
Doug Bunting
79fe094add
Fix local build break
2015-10-12 12:50:44 -07:00
Doug Bunting
950acc99b5
React to aspnet/Universe#290 fix
2015-10-08 20:31:56 -07:00
Pranav K
9fc75d395d
Replace NotNullAttribute with thrown exceptions
2015-10-07 18:05:26 -07:00
Cesar Blum Silveira
76cbb57f9a
Fix build on Linux.
2015-10-07 15:06:50 -07:00
Pranav K
ad9d75a599
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:36 -07:00
N. Taylor Mullen
ef8e7a0a29
Update 'build.cmd' alias parameter to use full name.
2015-10-01 11:57:15 -07:00
Pranav K
d68b002481
Merge branch 'release' into dev
2015-09-28 23:12:10 -07:00
Pranav K
7334d4922e
Updating to release NuGet.config.
2015-09-28 23:12:07 -07:00
Ajay Bhargav Baaskaran
67d9cb7abb
Enabling NuGetPackageVerifier
2015-09-23 12:42:57 -07:00