Skip to content

Commit

Permalink
tests project to .net 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avmaisak committed Aug 12, 2018
1 parent 7e07b08 commit f067d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/TestSuite/Gcode.TestSuite/Gcode.TestSuite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Gcode.TestSuite</RootNamespace>
<AssemblyName>Gcode.TestSuite</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
Expand Down
4 changes: 2 additions & 2 deletions tools/TestSuite/Gcode.TestSuite/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net47" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net47" />
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
</packages>

0 comments on commit f067d2e

Please sign in to comment.