Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build DafnyRuntime for netstandard2.0 and net452 instead of net6.0 #2795

Merged
1 change: 0 additions & 1 deletion Scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def run_publish(self, project):
remaining -= 1
exitStatus = subprocess.call(["dotnet", "publish", path.join(SOURCE_DIRECTORY, project, project + ".csproj"),
"--nologo",
"-f", "net6.0",
"-o", self.buildDirectory,
"-r", self.target,
"--self-contained",
Expand Down
Empty file modified Source/DafnyRuntime/DafnyRuntime.csproj
100755 → 100644
Empty file.