summaryrefslogtreecommitdiff
path: root/spec/fixtures/dotnet/nuget-transient-dependencies/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/dotnet/nuget-transient-dependencies/Program.cs')
-rw-r--r--spec/fixtures/dotnet/nuget-transient-dependencies/Program.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/fixtures/dotnet/nuget-transient-dependencies/Program.cs b/spec/fixtures/dotnet/nuget-transient-dependencies/Program.cs
new file mode 100644
index 0000000..6deea23
--- /dev/null
+++ b/spec/fixtures/dotnet/nuget-transient-dependencies/Program.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace nuget_transient_dependencies
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Hello World!");
+ }
+ }
+}