Skip to content

Commit

Permalink
Test - Upgrade to CefSharp 85.3.130
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Oct 28, 2020
1 parent a6f2f35 commit 748b739
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions CefSharp.Extensions.Test/CefSharp.Extensions.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CefSharp.OffScreen" Version="84.4.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Nito.AsyncEx.Context" Version="5.0.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CefSharp.OffScreen" Version="85.3.130" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
<PackageReference Include="Nito.AsyncEx.Context" Version="5.0.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CefSharp.Extensions\CefSharp.Extensions.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CefSharp.Extensions\CefSharp.Extensions.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion CefSharp.Extensions/CefSharp.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<CefSharpAnyCpuSupport>true</CefSharpAnyCpuSupport>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>84.4.10-pre</Version>
<Version>85.3.130</Version>
<Authors>The CefSharp Authors</Authors>
<Description>CefSharp Extensions (Advanced Features). Targeting .Net Standard 2.0 for access to advanced features.</Description>
<Copyright>Copyright © The CefSharp Authors</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: Visual Studio 2019

version: 84.4.10-CI{build}
version: 85.3.130-CI{build}

clone_depth: 10

Expand Down

0 comments on commit 748b739

Please sign in to comment.