Skip to content

Commit

Permalink
moving to .NETStandard,Version=v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jun 30, 2016
1 parent c45dae5 commit 86e4aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ElasticsearchCRUD.Integration.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"type": "platform"
},
"ElasticsearchCrud": "2.3.3.1-beta1",
"ElasticsearchCrud": "2.3.3.1-beta2",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/ElasticsearchCrud/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.3.3.1-beta1",
"version": "2.3.3.1-beta2",
"description": "Elasticsearch API CRUD, data transfers, indexing and simple search for nested, child/parent or simple documents, easy usage KISS",
"authors": [ "damienbod" ],
"packOptions": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},

"frameworks": {
"netstandard1.6": {
"netstandard1.4": {
"imports": "dnxcore50"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/ElasticsearchGermanAnalyzer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "platform",
"version": "1.0.0"
},
"ElasticsearchCrud": "2.3.3.1-beta1"
"ElasticsearchCrud": "2.3.3.1-beta2"
},

"frameworks": {
Expand Down

0 comments on commit 86e4aa6

Please sign in to comment.