Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using EasyVCR;
using Xunit;

namespace EasyVCR.Compatibility.FSharp
namespace EasyVCR.Compatibility.NetStandard
{
public class NetStandardCompileTest
{
Expand Down
3 changes: 0 additions & 3 deletions EasyVCR.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ Global
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{163D6AB6-D5CF-4D77-A2D0-BDF329D99DE4}.Release|Any CPU.Build.0 = Release|Any CPU
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B78C8E42-AECD-441A-936C-C0F8F1006E2A}.Release|Any CPU.Build.0 = Release|Any CPU
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7B2B8B2-6E6B-4E3A-8A6A-2B8B8B8B8B8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading