Skip to content

Commit 02bec8b

Browse files
committed
Updated references
1 parent 1bd4359 commit 02bec8b

File tree

7 files changed

+474
-412
lines changed

7 files changed

+474
-412
lines changed

nuget.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<configuration>
33
<packageSources>
44
<clear />
5-
<add key="github" value="https://nuget.pkg.github.com/Thorium/index.json" />
65
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
76
</packageSources>
87
</configuration>

paket.dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ group Test
3535
nuget xunit.runner.visualstudio >= 2.0 version_in_path: true
3636
nuget xunit.runner.console
3737
nuget FsUnit.xUnit
38-

paket.lock

Lines changed: 466 additions & 401 deletions
Large diffs are not rendered by default.

src/Owin.Compression/Owin.Compression.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<Import Project="..\..\netfx.props" />
44
<PropertyGroup>
@@ -8,7 +8,7 @@
88
<OutputPath>..\..\bin</OutputPath>
99
<TargetFramework>net472</TargetFramework>
1010
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
11-
<TargetFSharpCoreVersion>7.0.0.0</TargetFSharpCoreVersion>
11+
<TargetFSharpCoreVersion>8.0.0.0</TargetFSharpCoreVersion>
1212
<Name>Owin.Compression</Name>
1313
<RepositoryUrl>https://github.com/Thorium/Owin.Compression</RepositoryUrl>
1414
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
6-
76
<ItemGroup>
87
<Compile Include="WeatherForecast.fs" />
98
<Compile Include="Controllers/WeatherForecastController.fs" />
109
<Compile Include="Program.fs" />
1110
</ItemGroup>
12-
1311
<ItemGroup>
1412
<ProjectReference Include="..\..\src\Owin.Compression.Standard\Owin.Compression.Standard.fsproj" />
1513
</ItemGroup>
16-
17-
</Project>
14+
<Import Project="..\..\.paket\Paket.Restore.targets" />
15+
</Project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FSharp.Core

tests/Owin.Compression.Tests/Owin.Compression.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<TargetFramework>net472</TargetFramework>
1010
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1111
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
12-
<TargetFSharpCoreVersion>7.0.0.0</TargetFSharpCoreVersion>
12+
<TargetFSharpCoreVersion>8.0.0.0</TargetFSharpCoreVersion>
1313
<Name>Owin.Compression.Tests</Name>
1414
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1515
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>

0 commit comments

Comments
 (0)