Update core package versions to 1.1.0-beta2-* so that CI will produce non-timestamped packages
This commit is contained in:
parent
e6cfe93e13
commit
70f59fc8ec
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Helpers for building Angular 2 applications on ASP.NET Core.",
|
"description": "Helpers for building Angular 2 applications on ASP.NET Core.",
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-beta2-*",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Socket-based RPC for Microsoft.AspNetCore.NodeServices",
|
"description": "Socket-based RPC for Microsoft.AspNetCore.NodeServices",
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-beta2-*",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
|
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-beta2-*",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Helpers for building React applications on ASP.NET Core.",
|
"description": "Helpers for building React applications on ASP.NET Core.",
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-beta2-*",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
|
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
|
||||||
"version": "1.1.0-*",
|
"version": "1.1.0-beta2-*",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue