File tree Expand file tree Collapse file tree 7 files changed +21
-9
lines changed
Flow.Launcher.Plugin.Program
Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 7 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 11
11
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
12
12
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
+ <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
14
15
</PropertyGroup >
15
16
16
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
52
53
</ItemGroup >
53
54
54
55
<ItemGroup >
56
+ <PackageReference Include =" FSharp.Core" Version =" 4.7.1" />
55
57
<PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.3" />
56
58
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
57
59
<PackageReference Include =" squirrel.windows" Version =" 1.5.2" />
58
- <PackageReference Include =" PropertyChanged.Fody" Version =" 2 .2.4 " >
60
+ <PackageReference Include =" PropertyChanged.Fody" Version =" 3 .2.8 " >
59
61
<PrivateAssets >all</PrivateAssets >
60
62
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
61
63
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
55
55
<PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.3" />
56
56
<PackageReference Include =" Mono.Cecil" Version =" 0.11.2" />
57
57
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
58
- <PackageReference Include =" PropertyChanged.Fody" Version =" 2 .2.4 " >
58
+ <PackageReference Include =" PropertyChanged.Fody" Version =" 3 .2.8 " >
59
59
<PrivateAssets >all</PrivateAssets >
60
60
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
61
61
</PackageReference >
Original file line number Diff line number Diff line change 10
10
<ApplicationIcon />
11
11
<StartupObject />
12
12
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
13
+ <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
13
14
</PropertyGroup >
14
15
15
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
46
47
</ItemGroup >
47
48
48
49
<ItemGroup >
49
- <PackageReference Include =" Moq" Version =" 4.13 .1" />
50
+ <PackageReference Include =" Moq" Version =" 4.14 .1" />
50
51
<PackageReference Include =" nunit" Version =" 3.12.0" />
51
- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.15.1" />
52
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.4.0" />
52
+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
53
+ <PrivateAssets >all</PrivateAssets >
54
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
55
+ </PackageReference >
56
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.1" />
53
57
</ItemGroup >
54
58
55
59
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
11
11
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
12
12
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
13
13
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
14
+ <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
14
15
</PropertyGroup >
15
16
16
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
64
65
<PrivateAssets >all</PrivateAssets >
65
66
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
66
67
</PackageReference >
67
- <PackageReference Include =" PropertyChanged.Fody" Version =" 2 .2.4 " >
68
+ <PackageReference Include =" PropertyChanged.Fody" Version =" 3 .2.8 " >
68
69
<PrivateAssets >all</PrivateAssets >
69
70
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
70
71
</PackageReference >
Original file line number Diff line number Diff line change 110
110
<PackageReference Include =" JetBrains.Annotations" Version =" 2019.1.3" />
111
111
<PackageReference Include =" Microsoft.Windows.SDK.Contracts" Version =" 10.0.18362.2005" />
112
112
<PackageReference Include =" Newtonsoft.Json" Version =" 12.0.3" />
113
- <PackageReference Include =" NLog" Version =" 4.7.0-rc1 " />
113
+ <PackageReference Include =" NLog" Version =" 4.7.0" />
114
114
<PackageReference Include =" System.Runtime" Version =" 4.3.1" />
115
115
</ItemGroup >
116
116
Original file line number Diff line number Diff line change 8
8
<AssemblyName >Flow.Launcher.Plugin.WebSearch</AssemblyName >
9
9
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
10
10
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
11
+ <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
11
12
</PropertyGroup >
12
13
13
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 29
29
<ProjectReference Include =" ..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
30
30
</ItemGroup >
31
31
32
+ <ItemGroup >
33
+ <PackageReference Update =" FSharp.Core" Version =" 4.7.1" />
34
+ </ItemGroup >
35
+
32
36
</Project >
You can’t perform that action at this time.
0 commit comments