diff --git a/README.md b/README.md index 8d9da00..f05599c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ sudo systemctl enable isnd ````bash sudo mkdir /usr/local/lib/isn -sudo cp -a src/isn/bin/Release/net7.0/* /usr/local/lib/isn +sudo cp -a src/isn/bin/Release/net10.0/* /usr/local/lib/isn sudo chown -R root:root /usr/local/lib/isn sudo ln -s /usr/local/lib/isn/isn /usr/local/bin/isn ```` @@ -66,12 +66,12 @@ sudo ln -s /usr/local/lib/isn/isn /usr/local/bin/isn set -e # compiler tout dotnet build -c Release -dotnet publish -c Release -f net7.0 src/isnd +dotnet publish -c Release -f net10.0 src/isnd # MAJ du serveur sudo systemctl stop isnd -sudo cp -a src/isnd/bin/Release/net7.0/publish/* /srv/www/isnd +sudo cp -a src/isnd/bin/Release/net10.0/publish/* /srv/www/isnd sudo systemctl start isnd # MAJ du client -sudo cp -a src/isn/bin/Release/net7.0/* /usr/local/lib/isn +sudo cp -a src/isn/bin/Release/net10.0/* /usr/local/lib/isn sudo chown -R root.root /usr/local/lib/isn ```` diff --git a/src/Directory.Build.props b/src/Directory.Build.props index a0a3b95..ff02831 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,6 +1,6 @@ - net10.0 + net10.0 true WTFPL 1.0.8 diff --git a/test/data/test-isn/test-isn.csproj b/test/data/test-isn/test-isn.csproj index 31afac1..51e4d77 100644 --- a/test/data/test-isn/test-isn.csproj +++ b/test/data/test-isn/test-isn.csproj @@ -1,7 +1,7 @@  Exe - net7.0 + net10.0 test_isn enable enable