Skip to content

Commit

Permalink
Update Dependency and Bump to .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
taooceros committed Dec 21, 2022
1 parent 0668f71 commit 3f86b81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Flow.Plugin.VSCodeWorkspaces.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0-windows</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<ProjectGuid>{4D971245-7A70-41D5-BAA0-DDB5684CAF51}</ProjectGuid>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Flow.Plugin.VSCodeWorkspaces</RootNamespace>
Expand Down Expand Up @@ -44,10 +44,10 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Flow.Launcher.Plugin" Version="2.1.1" />
<PackageReference Include="JetBrains.Annotations" Version="2022.1.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.10" />
<PackageReference Include="Flow.Launcher.Plugin" Version="3.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.1" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
Expand Down

0 comments on commit 3f86b81

Please sign in to comment.