田工版本初次提交
This commit is contained in:
16
ConsoleApp9/ConsoleApp9.csproj
Normal file
16
ConsoleApp9/ConsoleApp9.csproj
Normal file
@@ -0,0 +1,16 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>C:\Program Files\IIS\Microsoft Web Deploy V3\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
1848
ConsoleApp9/Program.cs
Normal file
1848
ConsoleApp9/Program.cs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user