This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
3
<packageSources >
4
4
<add key =" AspNetCore" value =" https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json" />
5
+ <add key =" AspNetCoreTools" value =" https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json" />
5
6
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6
7
</packageSources >
7
- </configuration >
8
+ </configuration >
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" >
2
- <Import Project =" ..\version.props" />
3
- <Import Project =" ..\.build\common.props" Condition =" Exists('..\.build\common.props')" />
2
+ <Import Project =" ..\version.props" />
4
3
5
- <PropertyGroup >
6
- <RepositoryUrl >https://github.com/aspnet/StaticFiles</RepositoryUrl >
7
- <RepositoryType >git</RepositoryType >
8
- <Product >Microsoft ASP.NET Core</Product >
9
- <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile >
10
- <SignAssembly >true</SignAssembly >
11
- <PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
12
- </PropertyGroup >
4
+ <PropertyGroup >
5
+ <Product >Microsoft ASP.NET Core</Product >
6
+ <RepositoryUrl >https://github.com/aspnet/StaticFiles</RepositoryUrl >
7
+ <RepositoryType >git</RepositoryType >
8
+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)Key.snk</AssemblyOriginatorKeyFile >
9
+ <SignAssembly >true</SignAssembly >
10
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup >
14
+ <PackageReference Include =" Internal.AspNetCore.Sdk" Version =" 1.0.0-*" PrivateAssets =" All" />
15
+ </ItemGroup >
13
16
14
- <Target Name =" EnsureInitialized"
15
- BeforeTargets =" Build"
16
- Condition =" !Exists('$(MSBuildThisFileDirectory)..\.build\common.props')" >
17
- <Error File =" $(MSBuildProjectFile)"
18
- Text =" Project has not been initialized. Run 'build initialize' in the solution directory '$(MSBuildThisFileDirectory)'" />
19
- </Target >
20
17
</Project >
You can’t perform that action at this time.
0 commit comments