Skip to content

Commit

Permalink
v2.2.4 (#34)
Browse files Browse the repository at this point in the history
Major updates
* Updating to .NET Core 3.1.18, .NET 5.0.9, and .NET 6 Preview 7
  • Loading branch information
bfren authored Aug 11, 2021
1 parent b26be81 commit 77414d9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 3.1/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.17
3.1.18
2 changes: 1 addition & 1 deletion 5.0/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.8
5.0.9
2 changes: 1 addition & 1 deletion 6.0/DOTNET_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-preview.6
6.0.0-preview.7
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.2.4
4 changes: 2 additions & 2 deletions overlay/tmp/install
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bf-debug ".NET version ${V}."
DOTNET=/usr/share/dotnet

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.6.21352.12"
V="6.0.0-preview.7.21377.19"
bf-debug "Changing version to ${V}."
fi

Expand All @@ -95,7 +95,7 @@ mkdir -p ${DOTNET} \
#======================================================================================================================

if [ "$(echo ${V} | cut -c 1)" == "6" ] ; then
V="6.0.0-preview.6.21355.2"
V="6.0.0-preview.7.21378.6"
bf-debug "Changing version to ${V}."
fi

Expand Down

0 comments on commit 77414d9

Please sign in to comment.