Skip to content

Commit

Permalink
bumped nuget versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hippiehunter committed Dec 13, 2022
1 parent 7934d20 commit b7d42e1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CodeGen
10 changes: 5 additions & 5 deletions Harmony.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<description>HarmonyCore package that provides base runtime functionality</description>
<projectUrl>https://www.github.com/Synergex/HarmonyCore</projectUrl>
<dependencies>
<dependency id="Synergex.SynergyDE.synrnt" version="[12.0.1.3275,13)" />
<dependency id="Newtonsoft.Json" version="13.0.1" include="All"/>
<dependency id="Synergex.SynergyDE.synrnt" version="[12.2.1.1003,13)" />
<dependency id="Newtonsoft.Json" version="13.0.2" include="All"/>
<dependency id="Nito.AsyncEx" version="5.1.2" include="All"/>
<dependency id="SSH.NET" version="2020.0.2" include="All"/>
<dependency id="Microsoft.Extensions.DependencyInjection" version="[6.0.0, 7.0.0)" include="All"/>
<dependency id="Microsoft.VisualStudio.Threading" version="[17.1.46, 18.0.0)" include="All"/>
<dependency id="Microsoft.VisualStudio.Threading" version="[17.4.27, 18.0.0)" include="All"/>
<dependency id="System.ComponentModel.Annotations" version="[5.0.0, 6.0.0)" include="All"/>
<dependency id="Microsoft.Extensions.Caching.Memory" version="[6.0.1, 7.0.0)" include="All"/>
<dependency id="StreamJsonRpc" version="[2.10.44, 3.0.0)" include="All"/>
<dependency id="BitFaster.Caching" version="[2.0.0, 3.0.0)" include="All"/>
<dependency id="StreamJsonRpc" version="[2.13.33, 3.0.0)" include="All"/>
<dependency id="BitFaster.Caching" version="[2.1.1, 3.0.0)" include="All"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion HarmonyCore.CliTool/HarmonyCore.CliTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.4.0" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Octokit" Version="4.0.1" />
<PackageReference Include="Synergex.SynergyDE.synrnt" Version="12.2.1.1003" />
<PackageReference Include="System.CodeDom" Version="6.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion HarmonyCore/HarmonyCore.synproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<Version>17.4.27</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="Nito.AsyncEx">
<Version>5.1.2</Version>
Expand Down
2 changes: 1 addition & 1 deletion Services.Test/Services.Test.synproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ rem xcopy /I /Y $(SolutionDir)SampleData $(OutDir)SampleData</PreBuildEvent>
<Version>2.2.8</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
<Version>13.0.2</Version>
</PackageReference>
<PackageReference Include="Nito.AsyncEx">
<Version>5.1.2</Version>
Expand Down
10 changes: 5 additions & 5 deletions cli-tool-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@
"HCVersion": "6.0.143",
"TemplatesVersionPrefix": "net6-release-v6",
"TargetFramework": "net6.0",
"BuildPackageVersion": "22.8.1287",
"BuildPackageVersion": "22.11.1340",
"HCRegenRequiredVersions": [ "3.1.156", "3.1.999" ],
"NugetVersions": {
"Harmony.Core": "6.0.143",
"Harmony.Core.EF": "6.0.143",
"Harmony.Core.OData": "6.0.143",
"Harmony.Core.AspNetCore": "6.0.143",
"Synergex.SynergyDE.synrnt": "12.1.1.3278",
"Synergex.SynergyDE.synrnt": "12.2.1.1003",
"Synergex.SynergyDE.Build": "22.8.1287",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.2",
"Microsoft.AspNetCore.Mvc.Testing": "6.0.2",
"Microsoft.Extensions.DependencyInjection": "6.0.0",
"Microsoft.Extensions.Logging.Console": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0",
"Microsoft.AspNetCore.SignalR.Client": "6.0.2",
"Microsoft.EntityFrameworkCore": "6.0.3",
"Microsoft.EntityFrameworkCore": "6.0.11",
"IdentityServer4.AccessTokenValidation": "3.0.1",
"Microsoft.AspNetCore.OData": "8.0.11",
"Microsoft.OData.Core": "7.12.5",
"Microsoft.AspNetCore.JsonPatch": "6.0.2",
"Microsoft.VisualStudio.Threading": "17.1.46",
"StreamJsonRpc": "2.10.44",
"StreamJsonRpc": "2.13.33",
"IdentityModel": "6.0.0",
"Microsoft.OData.Edm": "7.12.5",
"Microsoft.Spatial": "7.12.5",
Expand All @@ -72,7 +72,7 @@
"System.Linq.Dynamic.Core": "1.2.18",
"system.text.encoding.codepages": "6.0.0",
"Microsoft.IdentityModel.Tokens": "6.16.0",
"Newtonsoft.Json": "13.0.1",
"Newtonsoft.Json": "13.0.2",
"System.ComponentModel.Annotations": "5.0.0"
},
"RemoveReferences": [
Expand Down

0 comments on commit b7d42e1

Please sign in to comment.