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

Added BaGet Windows service and upgraded to .Net 6.0 #754

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

pieroviano
Copy link

@pieroviano pieroviano commented Dec 27, 2022

Summary of the changes:

  • Added BaGet Windows service
  • Introduced automatic package generation at build
  • Added MSI setup project for Windows service
  • Upgraded to .Net 6.0 and .Net 7.0
  • Upgraded package references

@JamieMagee JamieMagee mentioned this pull request Jan 1, 2023
13 tasks
@mlockett42
Copy link

@loic-sharma Azure Web Apps no longer support .Net Core 3.1 so the fact that this project is stuck on this version is preventing us from updating your infrastructure right now. Please give this PR your attention ASAP

@mdarocha
Copy link

mdarocha commented Mar 12, 2023

From what I've attempted to build this PR, it errors out. Do you have any pointers?

  • Running dotnet publish src/BaGet -p:TargetFramework=net7.0 --configuration Release --output out/ errors out with an error of TransformWebConfig

  • Running dotnet publish src/BaGet -p:TargetFramework=net7.0 -p:IsTransformWebConfigDisabled=true --configuration Release --output out/ passes, but the out folder is not created and no output is made.

I'm trying to build it using .NET 7.0 on Linux

@mdarocha mdarocha mentioned this pull request Mar 12, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants