Skip to content

Commit

Permalink
Makefile.debian updated to .net 7
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Nov 26, 2022
1 parent 41201e3 commit 78d45c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dotnet-debian.SENTINEL:
rm packages-microsoft-prod.deb
# install the sdk
sudo apt update
sudo apt install -y apt-transport-https && sudo apt update && sudo apt install -y dotnet-sdk-6.0
sudo apt install -y apt-transport-https && sudo apt update && sudo apt install -y dotnet-sdk-7.0
touch $@

tests:
Expand Down
1 change: 1 addition & 0 deletions update.net_version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1. replace <TargetFramework>net6.0</TargetFramework> to <TargetFramework>net7.0</TargetFramework> in all *.csproj abd *.fsproj
2. update regression scripts : "../asn1scc/bin/Debug/net6.0/asn1scc" to "../asn1scc/bin/Debug/net7.0/asn1scc" in all *.py under v4Tests and v4Tests-32
3. update Dockerfile and Dockerfile.runtime
4. update Makefile.debian

0 comments on commit 78d45c3

Please sign in to comment.