Skip to content

Commit

Permalink
NodaTime dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Apr 20, 2021
1 parent 94a52bd commit 3ba19bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Debuggee/Debuggee.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="NodaTime" Version="3.0.0" />
<PackageReference Include="NodaTime" Version="3.0.5" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net452'">
Expand Down
2 changes: 1 addition & 1 deletion Package/Package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Import Project="..\UI\UI.projitems" Label="Shared" />

<ItemGroup>
<PackageReference Include="NodaTime" Version="3.0.0" />
<PackageReference Include="NodaTime" Version="3.0.5" />
<PackageReference Include="ZSpitz.Util" Version="0.1.98" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.98" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Visualizer/Visualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.DebuggerVisualizers.dll</HintPath>
<Private>false</Private>
</Reference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="ZSpitz.Util" Version="0.1.98" />
<PackageReference Include="ZSpitz.Util.Wpf" Version="0.1.98" />
<PackageReference Include="Octokit" Version="0.48.0" />
<PackageReference Include="NodaTime" Version="3.0.0" />
<PackageReference Include="Octokit" Version="0.50.0" />
<PackageReference Include="NodaTime" Version="3.0.5" />
<ProjectReference Include="..\Debuggee\Debuggee.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 3ba19bd

Please sign in to comment.