mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed build script
This commit is contained in:
parent
3a82562341
commit
cb0baf3b48
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ var csProj = "./src/Ombi/Ombi.csproj"; // Path to the project.csproj
|
|||
var solutionFile = "Ombi.sln"; // Solution file if needed
|
||||
GitVersion versionInfo = null;
|
||||
|
||||
var frameworkVer = "netcoreapp2.2";
|
||||
var frameworkVer = "netcoreapp3.0";
|
||||
|
||||
var buildSettings = new DotNetCoreBuildSettings
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue