Fix for PowerLauncher crash - Type Load Exception (#5906)

* Added the version number for all launcher projects so that they are in sync with the powerToys version number

* Removed internals visible to Wox.dll as we no longer have that library
This commit is contained in:
Alekhya
2020-08-12 14:18:01 -07:00
committed by GitHub
parent f3babcb46e
commit e80c7b6b45
13 changed files with 33 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\Version.props" />
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ProjectGuid>{FF742965-9A80-41A5-B042-D6C7D3A21708}</ProjectGuid>
@@ -7,6 +8,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Wox.Test</RootNamespace>
<AssemblyName>Wox.Test</AssemblyName>
<Version>$(Version).0</Version>
<ApplicationIcon />
<StartupObject />
<Platforms>x64</Platforms>