From f6ae741473e0315db89ed1ffc6c5b01af04e3741 Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Thu, 14 Nov 2019 10:50:11 -0800
Subject: [PATCH 1/3] Updated to .NET Core 3.1 Preview 3
---
src/BlazorTable.Sample/BlazorTable.Sample.csproj | 8 ++++----
src/BlazorTable/BlazorTable.csproj | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/BlazorTable.Sample/BlazorTable.Sample.csproj b/src/BlazorTable.Sample/BlazorTable.Sample.csproj
index 8c4f985f..d6c9933a 100644
--- a/src/BlazorTable.Sample/BlazorTable.Sample.csproj
+++ b/src/BlazorTable.Sample/BlazorTable.Sample.csproj
@@ -8,10 +8,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/BlazorTable/BlazorTable.csproj b/src/BlazorTable/BlazorTable.csproj
index efb89e14..96a82fb4 100644
--- a/src/BlazorTable/BlazorTable.csproj
+++ b/src/BlazorTable/BlazorTable.csproj
@@ -21,9 +21,9 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
From 988173ed0e6fd2ef8ec0c7a672f1fbd2ec181566 Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Thu, 14 Nov 2019 11:13:09 -0800
Subject: [PATCH 2/3] Updated to .NET Core 3.1 Preview 3
---
.github/workflows/release.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 73e3826c..4009e504 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 3.1.100-preview2-014569
+ dotnet-version: 3.1.100-preview3-014645
- name: Dotnet Pack
working-directory: src/BlazorTable
run: dotnet pack -c Release -p:Version=${GITHUB_REF##*/v}
From 8839b75fbebacf9f86e5d94281c75438b543d0ea Mon Sep 17 00:00:00 2001
From: Ivan Josipovic <9521987+IvanJosipovic@users.noreply.github.com>
Date: Thu, 14 Nov 2019 11:13:34 -0800
Subject: [PATCH 3/3] Update cicd.yml
---
.github/workflows/cicd.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index 340a6734..45e933a5 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -24,7 +24,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
- dotnet-version: 3.1.100-preview2-014569
+ dotnet-version: 3.1.100-preview3-014645
- name: Dotnet Build
run: dotnet build --configuration Release
- name: Dotnet Publish