This repository was archived by the owner on Nov 15, 2018. It is now read-only.
File tree 6 files changed +18
-10
lines changed
src/Microsoft.AspNetCore.JsonPatch
test/Microsoft.AspNetCore.JsonPatch.Test
6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<add key =" NuGet.org" value =" https://api.nuget.org/v3/index.json" />
6
6
<add key =" AspNetCore" value =" https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
7
+ <add key =" AspNetCore-Patch" value =" https://dotnet.myget.org/F/aspnet-1-1-1-patch/api/v3/index.json" />
7
8
</packageSources >
8
- </configuration >
9
+ </configuration >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
33
33
$repoFolder = $PSScriptRoot
34
34
$env: REPO_FOLDER = $repoFolder
35
35
36
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/1.1.0 .zip"
36
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/1.1.2 .zip"
37
37
if ($env: KOREBUILD_ZIP )
38
38
{
39
39
$koreBuildZip = $env: KOREBUILD_ZIP
@@ -64,4 +64,4 @@ if (!(Test-Path $buildFolder)) {
64
64
}
65
65
}
66
66
67
- & " $buildFile " $args
67
+ & " $buildFile " $args
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/1.1.0 .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/1.1.2 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
@@ -43,4 +43,4 @@ if test ! -d $buildFolder; then
43
43
fi
44
44
fi
45
45
46
- $buildFile -r $repoFolder " $@ "
46
+ $buildFile -r $repoFolder " $@ "
Original file line number Diff line number Diff line change 1
1
{
2
- "projects" : [" src" , " test/WebSites" , " samples" ]
3
- }
2
+ "projects" : [
3
+ " src" ,
4
+ " test/WebSites" ,
5
+ " samples"
6
+ ],
7
+ "sdk" : {
8
+ "version" : " 1.0.0-preview2-1-003177"
9
+ }
10
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.0 " ,
2
+ "version" : " 1.1.1 " ,
3
3
"description" : " ASP.NET Core support for JSON PATCH." ,
4
4
"buildOptions" : {
5
5
"warningsAsErrors" : true ,
Original file line number Diff line number Diff line change 4
4
},
5
5
"dependencies" : {
6
6
"dotnet-test-xunit" : " 2.2.0-*" ,
7
- "Microsoft.AspNetCore.JsonPatch" : " 1.1.0 " ,
7
+ "Microsoft.AspNetCore.JsonPatch" : " 1.1.1 " ,
8
8
"Microsoft.AspNetCore.Testing" : " 1.1.0-rtm-22752" ,
9
9
"Moq" : " 4.6.36-*" ,
10
10
"xunit" : " 2.2.0-*"
14
14
"netcoreapp1.1" : {
15
15
"dependencies" : {
16
16
"Microsoft.NETCore.App" : {
17
- "version" : " 1.1.0 " ,
17
+ "version" : " 1.1.1 " ,
18
18
"type" : " platform"
19
19
},
20
20
"System.Diagnostics.TraceSource" : " 4.3.0"
You can’t perform that action at this time.
0 commit comments