diff --git a/Harvest.Net.Tests/Harvest.Net.Tests.csproj b/Harvest.Net.Tests/Harvest.Net.Tests.csproj index 79d122d..c6780c9 100644 --- a/Harvest.Net.Tests/Harvest.Net.Tests.csproj +++ b/Harvest.Net.Tests/Harvest.Net.Tests.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -17,7 +17,8 @@ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages False UnitTest - 5894141a + + @@ -28,7 +29,8 @@ DEBUG;TRACE prompt 4 - ..\Harvest.Net.UnitTests\Harvest.Net.UnitTests.ruleset + + pdbonly @@ -37,7 +39,8 @@ TRACE prompt 4 - ..\Harvest.Net.UnitTests\Harvest.Net.UnitTests.ruleset + + @@ -116,9 +119,9 @@ - This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + + + + net452;netcoreapp3.1 + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + \ No newline at end of file diff --git a/Harvest.Net/Harvest.Net.nuspec b/Harvest.Net/Harvest.Net.nuspec index cb7ab28..cd2b6d1 100644 --- a/Harvest.Net/Harvest.Net.nuspec +++ b/Harvest.Net/Harvest.Net.nuspec @@ -1,5 +1,5 @@ - + $id$ $version$ @@ -14,7 +14,12 @@ First release. harvest harvestapp harvestapi api harvesthq timetracking - + + + + + + \ No newline at end of file diff --git a/Harvest.Net/Harvest.Net.ruleset b/Harvest.Net/Harvest.Net.ruleset deleted file mode 100644 index 743c5b2..0000000 --- a/Harvest.Net/Harvest.Net.ruleset +++ /dev/null @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Harvest.Net/Properties/AssemblyInfo.cs b/Harvest.Net/Properties/AssemblyInfo.cs deleted file mode 100644 index f96ee1d..0000000 --- a/Harvest.Net/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Harvest.Net")] -[assembly: AssemblyDescription("An API wrapper for Harvest time tracking.")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Joel Potter, Data Research Group")] -[assembly: AssemblyProduct("Harvest.Net")] -[assembly: AssemblyCopyright("Copyright © 2014, Joel Potter and Data Research Group")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("db207577-5d0e-48db-9f2f-1d6e8e26a40c")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.18.1.0")] -[assembly: AssemblyFileVersion("0.18.1.0")] diff --git a/Harvest.Net/packages.config b/Harvest.Net/packages.config deleted file mode 100644 index 08281e7..0000000 --- a/Harvest.Net/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file