Browse Source

尝试修复 C:\Program Files\dotnet\sdk\7.0.202\Roslyn\Microsoft.Managed.Core.targets(236,5): error : 当 DeterministicSourcePaths 为 true,SourceRoot 项必须包括至少一个顶级(未嵌套)项

felix.zhu 2 years ago
parent
commit
0554a5308a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Vinno.FIS.Sonopost/Vinno.FIS.Sonopost.csproj

+ 0 - 4
Vinno.FIS.Sonopost/Vinno.FIS.Sonopost.csproj

@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
   <PropertyGroup>
     <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -40,9 +39,6 @@
   <PropertyGroup>
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>
-  <ItemGroup>
-	<SourceRoot Include="../"/>
-  </ItemGroup>
   <ItemGroup>
     <Reference Include="Dicom.Core">
       <HintPath>..\packages\Dicom\Dicom.Core.dll</HintPath>