mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	将示例项目类型升级为 .net core 3.1
This commit is contained in:
		@@ -1,15 +1,12 @@
 | 
			
		||||
<Project Sdk="Microsoft.NET.Sdk.Web">
 | 
			
		||||
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <TargetFramework>netcoreapp2.1</TargetFramework>
 | 
			
		||||
    <TargetFramework>netcoreapp3.1</TargetFramework>
 | 
			
		||||
    <AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
	  <PackageReference Include="Microsoft.AspNetCore.App" />
 | 
			
		||||
	  <PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />
 | 
			
		||||
	  <PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="4.0.1" />
 | 
			
		||||
	  <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
 | 
			
		||||
	  <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user