Skip to content

Commit 9ec168a

Browse files
Fix: Bug com referência assembly duplicada.
1 parent 6913847 commit 9ec168a

3 files changed

Lines changed: 23 additions & 6 deletions

File tree

Todo.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<PackageReference Include="Microsoft.SqlServer.Server" Version="1.0.0" />
1818
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
1919
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
20+
<PackageReference Include="xunit.extensibility.core" Version="2.9.2" />
2021
</ItemGroup>
2122

2223
</Project>

Todo.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 17.7.34018.315
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Todo", "Todo.csproj", "{468AD31C-CA0E-4A93-B129-C3F5D5026059}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAplicationTestWithXunit", "..\..\..\OneDrive\Documentos\WebAplicationTestWithXunit\WebAplicationTestWithXunit.csproj", "{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

TodoTest.sln

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Todo.Tests", "Todo.Tests\Todo.Tests.csproj", "{3F8149ED-5291-4B02-A8A4-8FDA64E113CF}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(SolutionProperties) = preSolution
14+
HideSolutionNode = FALSE
15+
EndGlobalSection
16+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17+
{3F8149ED-5291-4B02-A8A4-8FDA64E113CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{3F8149ED-5291-4B02-A8A4-8FDA64E113CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{3F8149ED-5291-4B02-A8A4-8FDA64E113CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{3F8149ED-5291-4B02-A8A4-8FDA64E113CF}.Release|Any CPU.Build.0 = Release|Any CPU
21+
EndGlobalSection
22+
EndGlobal

0 commit comments

Comments
 (0)