Skip to content

Commit

Permalink
Update to 300
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Aug 23, 2022
1 parent 2284a75 commit 90b99d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/init.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Create _dotnetsdk
echo 'Creating symlink for embedded sdk...'
ln -s /home/codespace/.dotnet/sdk/ _dotnetsdk
echo .6.0.100 >> _dotnetsdk/6.0.100/.6.0.100
ln -s /home/codespace/.dotnet/dotnet _dotnetsdk/6.0.100/dotnet
echo .6.0.300 >> _dotnetsdk/6.0.300/.6.0.30
ln -s /home/codespace/.dotnet/dotnet _dotnetsdk/6.0.300/dotnet

### Restore
dotnet restore src/Runner.Listener &
Expand Down

0 comments on commit 90b99d3

Please sign in to comment.