Skip to content

Commit

Permalink
Updated unit test project to SDK style.
Browse files Browse the repository at this point in the history
Updated versioning to 1.3.0 to prepare for release.
  • Loading branch information
AndrewRissing committed Jun 9, 2023
1 parent 87ccc0b commit 74fda06
Show file tree
Hide file tree
Showing 8 changed files with 756 additions and 1,035 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<OldToolsVersion>2.0</OldToolsVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
Expand Down
2 changes: 1 addition & 1 deletion GenericParsing.PerformanceTests/app.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
581 changes: 267 additions & 314 deletions GenericParsing.UnitTests/GenericParsing.UnitTests.csproj

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions GenericParsing.UnitTests/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit 74fda06

Please sign in to comment.