Skip to content

Commit 361c806

Browse files
committed
update deps
1 parent 245018b commit 361c806

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsreport.AspNetCore.Test/jsreport.AspNetCore.Test.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp2.0</TargetFramework>
4+
<TargetFramework>netcoreapp2.2</TargetFramework>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77

@@ -10,7 +10,7 @@
1010
<PackageReference Include="NUnit" Version="3.9.0" />
1111
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
1212
<PackageReference Include="Shouldly" Version="2.8.3" />
13-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" />
13+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.2.6" />
1414
</ItemGroup>
1515

1616
<ItemGroup>
@@ -29,11 +29,11 @@
2929
</When>
3030
<Otherwise>
3131
<ItemGroup>
32-
<PackageReference Include="jsreport.Types" Version="2.2.7" />
32+
<PackageReference Include="jsreport.Types" Version="2.4.1" />
3333
<PackageReference Include="jsreport.Shared" Version="2.0.1" />
3434
<PackageReference Include="jsreport.Client" Version="3.0.1" />
35-
<PackageReference Include="jsreport.Local" Version="2.0.0" />
36-
<PackageReference Include="jsreport.Binary" Version="2.4.0" />
35+
<PackageReference Include="jsreport.Local" Version="2.1.1" />
36+
<PackageReference Include="jsreport.Binary" Version="2.5.0" />
3737
</ItemGroup>
3838
</Otherwise>
3939
</Choose>

0 commit comments

Comments
 (0)