Skip to content

Commit

Permalink
Updated nuget source. Updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingjahr committed Jun 1, 2021
1 parent 065c19c commit b2f662f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fint.DotNet.Example/Fint.DotNet.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FINT.Model.Administrasjon" Version="3.1.0" />
<PackageReference Include="FINT.Model.Administrasjon" Version="3.8.10" />
<PackageReference Include="HalClient.Net" Version="4.0.0" />
<PackageReference Include="IdentityModel" Version="3.10.1" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="FINT" value="https://api.bintray.com/nuget/fint/nuget" />
<add key="FINT" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit b2f662f

Please sign in to comment.