diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1b4d44236..7229e9147 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,9 +15,9 @@ variables: solution: 'LegendaryExplorer\LegendaryExplorer.sln' buildPlatform: 'x64' buildConfiguration: 'WinAzureRelease' - appMajorMin: '6.0' + appMajorMin: '6.1' appMajor: '6' - appMinor: '0' + appMinor: '1' appPatch: '0' netVersion: '5' disable.coverage.autogenerate: 'true'