Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed May 17, 2023
1 parent ddcd018 commit 01ebded
Show file tree
Hide file tree
Showing 7 changed files with 472 additions and 472 deletions.
8 changes: 4 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.4-alpha.1642",
"version": "6.0.0",
"commands": ["fake"]
},
"paket": {
"version": "6.0.0-beta8",
"version": "7.2.1",
"commands": ["paket"]
},
"FSharp.Formatting.CommandTool": {
"version": "9.0.1",
"fsdocs-tool": {
"version": "18.1.0",
"commands": ["fsdocs"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.102",
"version": "7.0.100",
"rollForward": "minor"
}
}
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group Formatting

group Test
source https://api.nuget.org/v3/index.json
frameworks: net5.0
frameworks: net7.0

nuget Expecto

Expand Down
918 changes: 459 additions & 459 deletions paket.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/XPlot.Plotly.Interactive/XPlot.Plotly.Interactive.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<PackageId>XPlot.Plotly.Interactive</PackageId>
<IsPackable>true</IsPackable>
<PackageVersion>4.0.6</PackageVersion>
<PackageVersion>4.0.7</PackageVersion>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://fslab.org/XPlot/</PackageProjectUrl>
Expand All @@ -16,16 +16,16 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="NewPlotlyChartCommand .fs" />
<Compile Include="NewPlotlyChartCommand.fs" />
<Compile Include="KernelExtension.fs" />
<Compile Include="XPlotExtensions.fs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Giraffe.ViewEngine" Version="1.2.0" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.21559.2" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.21559.2" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.21559.2" />
<PackageReference Include="Microsoft.DotNet.Interactive" Version="1.0.0-beta.23258.3" />
<PackageReference Include="Microsoft.DotNet.Interactive.PowerShell" Version="1.0.0-beta.23258.3" />
<PackageReference Include="Microsoft.Dotnet.Interactive.http" Version="1.0.0-beta.23258.3" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/XPlot.Plotly.Tests/XPlot.Plotly.Tests.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 01ebded

Please sign in to comment.