Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/WebAssembly/testassets/MonoSanityClient/Program.cs')
-rw-r--r--src/Components/WebAssembly/testassets/MonoSanityClient/Program.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Components/WebAssembly/testassets/MonoSanityClient/Program.cs b/src/Components/WebAssembly/testassets/MonoSanityClient/Program.cs
deleted file mode 100644
index 3bba6ffba6..0000000000
--- a/src/Components/WebAssembly/testassets/MonoSanityClient/Program.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) .NET Foundation. All rights reserved.
-// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
-
-namespace MonoSanityClient
-{
- // Note: Not used at runtime. This exists only to give the server app some type to reference.
- // In realistic scenarios you'd have a Program class for real.
-
- public class Program
- {
- static void Main()
- {
- }
- }
-}