Skip to content

Commit

Permalink
[up] bump to .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Mar 7, 2022
1 parent e8eed51 commit c334b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chocolatey-package/jiratimers.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tags>jira issue-management its issue-tracking-system cross-platform qml desktop qmlnet desktop-cross-platform</tags>

<dependencies>
<dependency id="dotnet-5.0-runtime" version="5.0.0" />
<dependency id="dotnet-6.0-runtime" version="6.0.0" />
</dependencies>
</metadata>

Expand Down
10 changes: 5 additions & 5 deletions src/JiraTimers.Setup/JiraTimers.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,17 @@
"InstallerBootstrapper" = "3:2"
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
{
"Enabled" = "11:FALSE"
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.CoreRuntime.3.1.x64"
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:Microsoft.NetCore.CoreRuntime.6.0.x64"
{
"Name" = "8:.NET Core Runtime 3.1.9 (x64)"
"ProductCode" = "8:Microsoft.NetCore.CoreRuntime.3.1.x64"
"Name" = "8:.NET Runtime 6.0.2 (x64)"
"ProductCode" = "8:Microsoft.NetCore.CoreRuntime.6.0.x64"
}
}
}
Expand Down Expand Up @@ -759,7 +759,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F56A7877492245C4ABB39A8F369DBEFD"
{
"SourcePath" = "8:..\\JiraTimers\\obj\\Release\\netcoreapp3.1\\apphost.exe"
"SourcePath" = "8:..\\JiraTimers\\obj\\Release\\net6.0\\apphost.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_361BD807C7CF46A2AD034FE4C650F11A"
Expand Down

0 comments on commit c334b62

Please sign in to comment.