Skip to content

Commit

Permalink
Merge pull request #9 from MiXTelematics/Release/23.12
Browse files Browse the repository at this point in the history
Release/23.12
  • Loading branch information
AlainH authored Jul 30, 2023
2 parents 1046d78 + 7e92e69 commit 574e41b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .nuget/nuget.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<!-- <add key="repositoryPath" value="..\External Components\NuGet Packages" /> -->
<!-- <add key="globalPackagesFolder" value="External Components\NuGet Packages" /> -->
</config>
<packageSources>
<add key="nuget.org 1" value="https://nuget.org/api/v2/" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
</configuration>
1 change: 1 addition & 0 deletions MiX.Identity.Client/MiX.Identity.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="4.6.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion MiX.Identity.Client/MiX.Identity.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
<tags>MiX Identity Client</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="NETStandard.Library" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
<dependency id="System.Text.Json" version="4.6.0" />
<dependency id="System.Text.Encodings.Web" version="4.7.2" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 574e41b

Please sign in to comment.