File tree Expand file tree Collapse file tree 6 files changed +35
-11
lines changed
tools/ExtensionsMetadataGenerator
ExtensionsMetadataGeneratorTests Expand file tree Collapse file tree 6 files changed +35
-11
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
3
3
4
+ <PropertyGroup >
5
+ <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
6
+ </PropertyGroup >
7
+
4
8
<ItemGroup >
5
9
<PackageVersion Include =" Microsoft.Build.Framework" Version =" 15.3.409" />
6
10
<PackageVersion Include =" Microsoft.Build.Utilities.Core" Version =" 15.3.409" />
7
11
<PackageVersion Include =" Mono.Cecil" Version =" 0.11.4" />
8
- <PackageVersion Include =" System.Runtime.Loader" Version =" 4.3.0" />
12
+ </ItemGroup >
13
+
14
+ <!-- Testing Packages -->
15
+ <ItemGroup >
16
+ <PackageVersion Include =" FluentAssertions" Version =" 5.9.0" />
17
+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.1" />
18
+ <PackageVersion Include =" Microsoft.Extensions.Diagnostics.Testing" Version =" 8.1.0" />
19
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.1" />
20
+ <PackageVersion Include =" Moq" Version =" 4.18.4" />
21
+ <PackageVersion Include =" System.IO.Abstractions.TestingHelpers" Version =" 2.1.0.227" />
22
+ <PackageVersion Include =" xunit" Version =" 2.4.1" />
23
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
24
+ </ItemGroup >
25
+
26
+ <!-- Test Resource Project Dependencies -->
27
+ <ItemGroup >
28
+ <PackageVersion Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.0.0" />
29
+ <PackageVersion Include =" Microsoft.AspNetCore.Razor.Runtime" Version =" 2.2.0" />
9
30
</ItemGroup >
10
31
11
32
</Project >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.Azure.WebJobs" Version = " 3.0.36 " />
15
- <PackageReference Include =" Microsoft.Azure.Functions.Extensions" Version = " 1.0.0 " />
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 15.8.0 " />
17
- <PackageReference Include =" xunit" Version = " 2.4.0 " />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version = " 2.4.0 " />
14
+ <PackageReference Include =" Microsoft.Azure.WebJobs" />
15
+ <PackageReference Include =" Microsoft.Azure.Functions.Extensions" />
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
17
+ <PackageReference Include =" xunit" />
18
+ <PackageReference Include =" xunit.runner.visualstudio" />
19
19
</ItemGroup >
20
20
21
21
<Target Name =" UpdateRuntimeAssemblies" BeforeTargets =" Build" >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.Azure.WebJobs" Version = " 3.0.39 " />
12
+ <PackageReference Include =" Microsoft.Azure.WebJobs" />
13
13
</ItemGroup >
14
14
15
15
</Project >
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.Azure.WebJobs" Version = " 3.0.39 " />
12
+ <PackageReference Include =" Microsoft.Azure.WebJobs" />
13
13
</ItemGroup >
14
14
15
15
</Project >
Original file line number Diff line number Diff line change 1
- // This attribute will not be resolve-able because the Razor.Runtime assembly will not be
1
+ // Copyright (c) .NET Foundation. All rights reserved.
2
+ // Licensed under the MIT License. See License.txt in the project root for license information.
3
+
4
+ // This attribute will not be resolve-able because the Razor.Runtime assembly will not be
2
5
// present in the output directory. This is used by tests to ensure we don't crash.
3
6
[ assembly: Microsoft . AspNetCore . Razor . Hosting . RazorExtensionAssemblyName ( "something" , "something" ) ]
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore.Razor.Runtime" Version = " 2.2.0 " />
9
- <PackageReference Include =" Microsoft.Azure.WebJobs" Version = " 3.0.39 " />
8
+ <PackageReference Include =" Microsoft.AspNetCore.Razor.Runtime" />
9
+ <PackageReference Include =" Microsoft.Azure.WebJobs" />
10
10
</ItemGroup >
11
11
12
12
</Project >
You can’t perform that action at this time.
0 commit comments