Skip to content

Commit 1f65082

Browse files
authored
Merge pull request #30 from JohnTheGr8/dependency_bumps
Dependency updates
2 parents 40cab3b + ef95913 commit 1f65082

File tree

7 files changed

+21
-9
lines changed

7 files changed

+21
-9
lines changed

Flow.Launcher.Core/Flow.Launcher.Core.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
14+
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -52,10 +53,11 @@
5253
</ItemGroup>
5354

5455
<ItemGroup>
56+
<PackageReference Include="FSharp.Core" Version="4.7.1" />
5557
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
5658
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
5759
<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">
5961
<PrivateAssets>all</PrivateAssets>
6062
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6163
</PackageReference>

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -55,7 +55,7 @@
5555
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
5656
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
5757
<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">
5959
<PrivateAssets>all</PrivateAssets>
6060
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6161
</PackageReference>

Flow.Launcher.Test/Flow.Launcher.Test.csproj

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ApplicationIcon />
1111
<StartupObject />
1212
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
13+
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1314
</PropertyGroup>
1415

1516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -46,10 +47,13 @@
4647
</ItemGroup>
4748

4849
<ItemGroup>
49-
<PackageReference Include="Moq" Version="4.13.1" />
50+
<PackageReference Include="Moq" Version="4.14.1" />
5051
<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" />
5357
</ItemGroup>
5458

5559
<ItemGroup>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
1+
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
@@ -11,6 +11,7 @@
1111
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1212
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
14+
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -64,7 +65,7 @@
6465
<PrivateAssets>all</PrivateAssets>
6566
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6667
</PackageReference>
67-
<PackageReference Include="PropertyChanged.Fody" Version="2.2.4">
68+
<PackageReference Include="PropertyChanged.Fody" Version="3.2.8">
6869
<PrivateAssets>all</PrivateAssets>
6970
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
7071
</PackageReference>

Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
111111
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.18362.2005" />
112112
<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" />
114114
<PackageReference Include="System.Runtime" Version="4.3.1" />
115115
</ItemGroup>
116116

Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AssemblyName>Flow.Launcher.Plugin.WebSearch</AssemblyName>
99
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1010
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
11+
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929
<ProjectReference Include="..\..\Flow.Launcher.Plugin\Flow.Launcher.Plugin.csproj" />
3030
</ItemGroup>
3131

32+
<ItemGroup>
33+
<PackageReference Update="FSharp.Core" Version="4.7.1" />
34+
</ItemGroup>
35+
3236
</Project>

0 commit comments

Comments
 (0)