Added Directory.Build.targets, this seems to help to import the target correctly. Removed chocolatey package again, as this seems to be the more stable approach (let's see if the build runs...)

This commit is contained in:
Robin Krom 2021-01-28 09:12:55 +01:00
parent 5f242a79c8
commit 6831505ead
24 changed files with 175 additions and 186 deletions

View file

@ -1,7 +1,7 @@
using System;
using System.Windows;
namespace TranslationByMarkupExtension
namespace GreenshotConfluencePlugin.Support
{
public class LanguageChangedEventManager : WeakEventManager
{