Skip to content

Commit

Permalink
- Removed /Tests projects
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Nov 19, 2024
1 parent 5813b8f commit e57e799
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
10 changes: 5 additions & 5 deletions src/AzureNamingTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<PackageReference Include="BlazorDownloadFile" Version="2.4.0.2" />
<PackageReference Include="Blazored.Modal" Version="7.3.1" />
<PackageReference Include="Blazored.Toast" Version="4.2.1" />
<PackageReference Include="Markdig" Version="0.37.0" />
<PackageReference Include="Markdig" Version="0.38.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="PSC.Blazor.Components.MarkdownEditor" Version="8.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="6.8.1" />
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="7.0.0" />
<PackageReference Include="System.Runtime.Caching" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 0 additions & 16 deletions src/AzureNamingTool.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureNamingTool", "AzureNam
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6BE80029-5D03-4BAB-8F79-1FAFFD432A62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureNamingTool.UiTests", "..\tests\AzureNamingTool.UiTests\AzureNamingTool.UiTests.csproj", "{3CF1ECAB-78C5-4F54-A2D7-65D9025CF9FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureNamingTool.UnitTests", "..\tests\AzureNamingTool.UnitTests\AzureNamingTool.UnitTests.csproj", "{C981F613-2990-4962-A4F8-AFC75FECD597}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -21,23 +17,11 @@ Global
{B9EC3E06-9B4D-4CA0-ABBD-E4115384B730}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9EC3E06-9B4D-4CA0-ABBD-E4115384B730}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9EC3E06-9B4D-4CA0-ABBD-E4115384B730}.Release|Any CPU.Build.0 = Release|Any CPU
{3CF1ECAB-78C5-4F54-A2D7-65D9025CF9FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CF1ECAB-78C5-4F54-A2D7-65D9025CF9FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CF1ECAB-78C5-4F54-A2D7-65D9025CF9FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CF1ECAB-78C5-4F54-A2D7-65D9025CF9FD}.Release|Any CPU.Build.0 = Release|Any CPU
{C981F613-2990-4962-A4F8-AFC75FECD597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C981F613-2990-4962-A4F8-AFC75FECD597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C981F613-2990-4962-A4F8-AFC75FECD597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C981F613-2990-4962-A4F8-AFC75FECD597}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {903E93DC-11BB-4512-A444-F59A4BE2EEF8}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3CF1ECAB-78C5-4F54-A2D7-65D9025CF9FD} = {6BE80029-5D03-4BAB-8F79-1FAFFD432A62}
{C981F613-2990-4962-A4F8-AFC75FECD597} = {6BE80029-5D03-4BAB-8F79-1FAFFD432A62}
EndGlobalSection
EndGlobal
2 changes: 0 additions & 2 deletions src/Components/Pages/Admin.razor
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,6 @@
private List<KeyValuePair<string, string>> environmentvariables = new();
private string releasenotesurl = String.Empty;
private long maxFileSize = 2000000;
private int maxAllowedFiles = 1;
private bool isLoading;

protected override async Task OnAfterRenderAsync(bool firstRender)
{
Expand Down

0 comments on commit e57e799

Please sign in to comment.