File tree Expand file tree Collapse file tree 7 files changed +474
-412
lines changed Expand file tree Collapse file tree 7 files changed +474
-412
lines changed Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <add key =" github" value =" https://nuget.pkg.github.com/Thorium/index.json" />
6
5
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
7
6
</packageSources >
8
7
</configuration >
Original file line number Diff line number Diff line change @@ -35,4 +35,3 @@ group Test
35
35
nuget xunit.runner.visualstudio >= 2.0 version_in_path: true
36
36
nuget xunit.runner.console
37
37
nuget FsUnit.xUnit
38
-
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<Import Project =" ..\..\netfx.props" />
4
4
<PropertyGroup >
8
8
<OutputPath >..\..\bin</OutputPath >
9
9
<TargetFramework >net472</TargetFramework >
10
10
<TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
11
- <TargetFSharpCoreVersion >7 .0.0.0</TargetFSharpCoreVersion >
11
+ <TargetFSharpCoreVersion >8 .0.0.0</TargetFSharpCoreVersion >
12
12
<Name >Owin.Compression</Name >
13
13
<RepositoryUrl >https://github.com/Thorium/Owin.Compression</RepositoryUrl >
14
14
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
Original file line number Diff line number Diff line change 1
- <Project Sdk = " Microsoft.NET.Sdk.Web " >
2
-
1
+ <? xml version = " 1.0 " encoding = " utf-8 " ? >
2
+ < Project Sdk = " Microsoft.NET.Sdk.Web " >
3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
</PropertyGroup >
6
-
7
6
<ItemGroup >
8
7
<Compile Include =" WeatherForecast.fs" />
9
8
<Compile Include =" Controllers/WeatherForecastController.fs" />
10
9
<Compile Include =" Program.fs" />
11
10
</ItemGroup >
12
-
13
11
<ItemGroup >
14
12
<ProjectReference Include =" ..\..\src\Owin.Compression.Standard\Owin.Compression.Standard.fsproj" />
15
13
</ItemGroup >
16
-
17
- </Project >
14
+ < Import Project = " ..\..\.paket\Paket.Restore.targets " />
15
+ </Project >
Original file line number Diff line number Diff line change
1
+ FSharp.Core
Original file line number Diff line number Diff line change 9
9
<TargetFramework >net472</TargetFramework >
10
10
<TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
11
11
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
12
- <TargetFSharpCoreVersion >7 .0.0.0</TargetFSharpCoreVersion >
12
+ <TargetFSharpCoreVersion >8 .0.0.0</TargetFSharpCoreVersion >
13
13
<Name >Owin.Compression.Tests</Name >
14
14
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
15
15
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
You can’t perform that action at this time.
0 commit comments