Skip to content

Commit

Permalink
4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 committed Jan 14, 2024
1 parent 382dbeb commit 6f251c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Motion-Profile-Mapper/Motion-Profile-Mapper/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
<userSettings>
<VelocityMap.Properties.Settings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MotionProfileMapper</RootNamespace>
<AssemblyName>Motion-Profile-Mapper</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FontAwesome.Sharp" version="6.1.1" targetFramework="net45" />
<package id="MathNet.Numerics" version="4.15.0" targetFramework="net45" />
<package id="MathNet.Numerics" version="4.15.0" targetFramework="net45" requireReinstallation="true" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net45" />
<package id="SSH.NET" version="2016.1.0" targetFramework="net45" />
</packages>

0 comments on commit 6f251c3

Please sign in to comment.