File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 17
17
- run : dotnet build -c Release --no-restore --framework netstandard2 ./src
18
18
- run : dotnet build -c Release --no-restore --framework netcoreapp2.2 ./IpfsServer
19
19
- run : dotnet build -c Release --no-restore --framework netcoreapp2.2 ./IpfsCli
20
- - run : dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.12 ./test --filter TestCategory!=IPv6
20
+ - run : dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.2 ./test --filter TestCategory!=IPv6
21
21
22
22
# Circle CI does not completely support IPv6
23
23
# see https://discuss.circleci.com/t/ipv6-support/13571
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ before_script:
19
19
20
20
script :
21
21
- dotnet build -c Release --no-restore --framework netstandard2 ./src
22
- - dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.1 ./test --filter TestCategory!=IPv6
22
+ - dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.2 ./test --filter TestCategory!=IPv6
Original file line number Diff line number Diff line change 15
15
16
16
<ItemGroup >
17
17
<PackageReference Include =" Common.Logging" Version =" 3.4.1" />
18
- <PackageReference Include =" Ipfs.Http.Client" Version =" 0.30 .0" />
18
+ <PackageReference Include =" Ipfs.Http.Client" Version =" 0.31 .0" />
19
19
<PackageReference Include =" McMaster.Extensions.CommandLineUtils" Version =" 2.2.5" />
20
20
<PackageReference Include =" Microsoft.AspNetCore.App" />
21
21
<PackageReference Include =" System.Threading.Tasks.Dataflow" Version =" 4.9.0" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Web" >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.1 </TargetFramework >
3
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
4
4
<AssemblyName >Ipfs.Server</AssemblyName >
5
5
<RootNamespace >Ipfs.Server</RootNamespace >
6
6
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile >
15
15
<ItemGroup >
16
16
<PackageReference Include =" Ipfs.Core" Version =" 0.53.1" />
17
17
<PackageReference Include =" Microsoft.AspNetCore.App" />
18
- <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.9" />
19
18
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 4.0.1" />
20
19
</ItemGroup >
21
20
<ItemGroup >
22
- <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.4" />
21
+ <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.4" PrivateAssets =" All" />
22
+ <PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.1.9" PrivateAssets =" All" />
23
23
</ItemGroup >
24
24
<ItemGroup >
25
25
<ProjectReference Include =" ..\src\IpfsEngine.csproj" />
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.1 </TargetFramework >
5
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
Original file line number Diff line number Diff line change 58
58
<PackageReference Include =" PeterO.Cbor" Version =" 3.1.0" />
59
59
<PackageReference Include =" Portable.BouncyCastle" Version =" 1.8.5" />
60
60
<PackageReference Include =" protobuf-net" Version =" 2.4.0" />
61
- <PackageReference Include =" SharpZipLib" Version =" 1.0 .0" />
61
+ <PackageReference Include =" SharpZipLib" Version =" 1.2 .0" />
62
62
</ItemGroup >
63
63
64
64
<ItemGroup >
65
65
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19270-01" PrivateAssets =" All" />
66
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 16.0.102 " PrivateAssets =" All" />
66
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 16.3.13 " PrivateAssets =" All" />
67
67
</ItemGroup >
68
68
69
69
</Project >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net461;netcoreapp2.1 </TargetFrameworks >
4
+ <TargetFrameworks >net461;netcoreapp2.2 </TargetFrameworks >
5
5
6
6
<IsPackable >false</IsPackable >
7
7
<DebugType >portable</DebugType >
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.1.1 " PrivateAssets =" all" />
20
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.2.0 " PrivateAssets =" all" />
21
21
<PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" PrivateAssets =" all" />
22
22
<PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" PrivateAssets =" all" />
23
- <PackageReference Include =" coverlet.msbuild" Version =" 2.6.2 " PrivateAssets =" all" />
23
+ <PackageReference Include =" coverlet.msbuild" Version =" 2.6.3 " PrivateAssets =" all" />
24
24
</ItemGroup >
25
25
26
26
27
27
<ItemGroup >
28
- <PackageReference Include =" SharpZipLib" Version =" 1.1 .0" />
28
+ <PackageReference Include =" SharpZipLib" Version =" 1.2 .0" />
29
29
</ItemGroup >
30
30
31
31
<ItemGroup >
You can’t perform that action at this time.
0 commit comments