File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Version >10.0.0</Version >
4
4
<AssemblyVersion >10.0.0</AssemblyVersion >
5
- <InformationalVersion >10.0.0-rc1 </InformationalVersion >
5
+ <InformationalVersion >10.0.0-rc2 </InformationalVersion >
6
6
<FileVersion >10.0.0</FileVersion >
7
- <LangVersion Condition =" '$(LangVersion)' == ''" >9 .0</LangVersion >
7
+ <LangVersion Condition =" '$(LangVersion)' == ''" >10 .0</LangVersion >
8
8
<NeutralLanguage >en-US</NeutralLanguage >
9
9
<Company >Umbraco</Company >
10
10
<Copyright >Copyright © Umbraco 2021</Copyright >
13
13
<PackageIconUrl >https://umbraco.com/dist/nuget/logo-small.png</PackageIconUrl >
14
14
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
15
15
<PackageTags >umbraco</PackageTags >
16
- <TargetFramework >net5 .0</TargetFramework >
16
+ <TargetFramework >net6 .0</TargetFramework >
17
17
</PropertyGroup >
18
18
</Project >
19
19
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
11
- <PackageReference Include =" Umbraco.Deploy.Core" Version =" 10.0.0-rc1 " />
11
+ <PackageReference Include =" Umbraco.Deploy.Core" Version =" 10.0.0-rc6 " />
12
12
</ItemGroup >
13
13
</Project >
You can’t perform that action at this time.
0 commit comments