File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/Razor/Razor.Design/test
testassets/RestoreTestProjects Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 32
32
<Reference Include =" Microsoft.AspNetCore.Razor.Design" />
33
33
<Reference Include =" rzc" />
34
34
<Reference Include =" Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib" />
35
+ <ProjectReference Include =" ..\testassets\RestoreTestProjects\RestoreTestProjects.csproj" ReferenceOutputAssembly =" false" />
35
36
</ItemGroup >
36
37
37
38
<Target Name =" GenerateBuildVariablesFile" BeforeTargets =" BeforeBuild" >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFramework >netcoreapp2.1</TargetFramework >
4
+ </PropertyGroup >
5
+
6
+ <ItemGroup >
7
+ <ProjectReference Include =" ..\AppWithP2PReference\AppWithP2PReference.csproj" ReferenceOutputAssembly =" false" />
8
+ <ProjectReference Include =" ..\ClassLibrary\ClassLibrary.csproj" ReferenceOutputAssembly =" false" />
9
+ <ProjectReference Include =" ..\ClassLibrary2\ClassLibrary2.csproj" ReferenceOutputAssembly =" false" />
10
+ <ProjectReference Include =" ..\SimpleMvc\SimpleMvc.csproj" ReferenceOutputAssembly =" false" />
11
+ <ProjectReference Include =" ..\SimpleMvcFSharp\SimpleMvcFSharp.fsproj" ReferenceOutputAssembly =" false" />
12
+ <ProjectReference Include =" ..\SimplePages\SimplePages.csproj" ReferenceOutputAssembly =" false" />
13
+ </ItemGroup >
14
+ </Project >
You can’t perform that action at this time.
0 commit comments